8000 Comparing v2.32.0...v2.33.0 · pydantic/pydantic-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pydantic/pydantic-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.32.0
Choose a base ref
...
head repository: pydantic/pydantic-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.33.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. Add support for extra keys validation for model fields (#1671)

    This is only implemented for model fields but this could be done for dataclass/typed dict as well. I only went with models for now as it is the only data type where extra validation can be customized through `__pydantic_extra__`.
    
    This also only implements validation support. Extra values can have serialization customized but I don't think we should also allow serialization customization for extra keys as we don't have such a concept for "normal" field names.
    Viicos authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    f256531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f977516 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    6c936de View commit details
    Browse the repository at this point in the history
Loading
0