Update dependency pydantic to v2 #113

Merged
renovate merged 1 commits from renovate/pydantic-2.x into main 2026-02-15 08:25:45 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
pydantic (changelog) ==1.10.26==2.12.5 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pydantic/pydantic (pydantic)

v2.12.5

Compare Source

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing
the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #​12522.
  • Several updates to the documentation by @​Viicos.

v2.12.4

Compare Source

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method
of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release
will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that
should be used in most cases in place of serialize as any.

v2.12.3

Compare Source

GitHub release

What's Changed

This is the third 2.12 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported
after model validator function signatures.

  • Raise a warning when an invalid after model validator function signature is raised by @​Viicos in #​12414.
    Starting in 2.12.0, using class methods for after model validators raised an error, but the error wasn't raised concistently. We decided
    to emit a deprecation warning instead.
  • Add FieldInfo.asdict() method, improve documentation around FieldInfo by @​Viicos in #​12411.
    This also add back support for mutations on FieldInfo classes, that are reused as Annotated metadata. However, note that this is still
    not a supported pattern. Instead, please refer to the added example in the documentation.

The blog post section on changes was also updated to document the changes related to serialize_as_any.

v2.12.2

Compare Source

GitHub release

What's Changed
Fixes
  • Release a new pydantic-core version, as a corrupted CPython 3.10 manylinux2014_aarch64 wheel got uploaded (pydantic-core#1843).
  • Fix issue with recursive generic models with a parent model class by @​Viicos in #​12398

v2.12.1

Compare Source

GitHub release

What's Changed

This is the first 2.12 patch release, addressing most (but not all yet) regressions from the initial 2.12.0 release.

Fixes
New Contributors

v2.12.0

Compare Source

GitHub release

What's Changed

This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support.
Several minor changes (considered non-breaking changes according to our versioning policy)
are also included in this release. Make sure to look into them before upgrading.

Note that Pydantic V1 is not compatible with Python 3.14 and greater.

Changes (see the alpha and beta releases for additional changes since 2.11):

Packaging
New Features
Fixes
New Contributors

v2.11.10

Compare Source

GitHub release

What's Changed
Fixes

v2.11.9

Compare Source

GitHub release

What's Changed
Fixes

v2.11.8

Compare Source

GitHub release

What's Changed
Fixes

v2.11.7

Compare Source

GitHub release

What's Changed
Fixes

v2.11.6

Compare Source

GitHub release

What's Changed
Fixes

v2.11.5

Compare Source

GitHub release

What's Changed
Fixes

v2.11.4

Compare Source

GitHub release

What's Changed
Packaging
Changes
  • Allow config and bases to be specified together in create_model() by @​Viicos in #​11714.
    This change was backported as it was previously possible (although not meant to be supported)
    to provide model_config as a field, which would make it possible to provide both configuration
    and bases.
Fixes

v2.11.3

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.11.2

Compare Source

GitHub release

What's Changed
Fixes

v2.11.1

Compare Source

GitHub release

What's Changed
Fixes

v2.11.0

Compare Source

GitHub release

What's Changed

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general).
See the blog post for more details.

Packaging
New Features
Fixes
  • Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @​Viicos in #​11571
  • Fix runtime error when computing model string representation involving cached properties and self-referenced models by @​Viicos in #​11579
  • Preserve other steps when using the ellipsis in the pipeline API by @​Viicos in #​11626
  • Fix deferred discriminator application logic by @​Viicos in #​11591
New Contributors

v2.10.6

Compare Source

GitHub release

What's Changed
Fixes

v2.10.5

Compare Source

GitHub release

What's Changed
Fixes

v2.10.4

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

v2.10.3

Compare Source

GitHub release

What's Changed
Fixes

v2.10.2

Compare Source

GitHub release

What's Changed
Fixes

v2.10.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

v2.10.0

Compare Source

The code released in v2.10.0 is practically identical to that of v2.10.0b2.

GitHub release

See the v2.10 release blog post for the highlights!

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors

v2.9.2

Compare Source

GitHub release

What's Changed
Fixes

v2.9.1

Compare Source

GitHub release

What's Changed
Fixes

v2.9.0

Compare Source

The code released in v2.10.0 is practically identical to that of v2.10.0b2.

GitHub release

See the v2.10 release blog post for the highlights!

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors

v2.8.2

Compare Source

GitHub release

What's Changed
Fixes

v2.8.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.8.0

Compare Source

GitHub release

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

What's Changed
Packaging
New Features
Changes
Performance
Internal Improvements
Fixes
New Contributors

v2.7.4

Compare Source

Github release

What's Changed
Packaging
Fixes

v2.7.3

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.7.2

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.7.1

Compare Source

GitHub release

What's Changed
Packaging
New Features
Changes
Fixes
New Contributors

v2.7.0

Compare Source

GitHub release

The code released in v2.7.0 is practically identical to that of v2.7.0b1.

What's Changed
Packaging
New Features

Finalized in v2.7.0, rather than v2.7.0b1:

Changes
Performance
Fixes
New Contributors

v2.6.4

Compare Source

GitHub release

What's Changed
Fixes

v2.6.3

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.6.2

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.6.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.6.0

Compare Source

GitHub release

The code released in v2.6.0 is practically identical to that of v2.6.0b1.

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors
pydantic
pydantic-core

v2.5.3

Compare Source

GitHub release

What's Changed
Packaging
  • uprev pydantic-core to 2.14.6
Fixes

v2.5.2

Compare Source

GitHub release

What's Changed
Packaging
  • uprev pydantic-core to 2.14.5
New Features
Fixes

v2.5.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.5.0

Compare Source

GitHub release

The code released in v2.5.0 is functionally identical to that of v2.5.0b1.

What's Changed
Packaging
  • Update pydantic-core from 2.10.1 to 2.14.1, significant changes from these updates are described below, full changelog here
  • Update to pyright==1.1.335 by @​Viicos in #​8075
New Features
Changes
  • Significant Change: replace ultra_strict with new smart union implementation, the way unions are validated has changed significantly to improve performance and correctness, we have worked hard to absolutely minimise the number of cases where behaviour has changed, see the PR for details - by @​davidhewitt in pydantic/pydantic-core#867
  • Add support for instance method reassignment when extra='allow' by @​sydney-runkle in #​7683
  • Support JSON schema generation for Enum types with no cases by @​sydney-runkle in #​7927
  • Warn if a class inherits from Generic before BaseModel by @​alexmojaki in #​7891
Performance
Fixes
New Contributors
pydantic
pydantic-core

v2.4.2

Compare Source

GitHub release

What's Changed
Fixes
New Contributors

v2.4.1

Compare Source

GitHub release

The code released in v2.6.0 is practically identical to that of v2.6.0b1.

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors
pydantic
pydantic-core

v2.4.0

Compare Source

GitHub release

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors

v2.3.0

Compare Source

GitHub release

v2.2.1

Compare Source

GitHub release

v2.2.0

Compare Source

GitHub release

v2.1.1

Compare Source

GitHub release

v2.1.0

Compare Source

GitHub release

v2.0.3

Compare Source

GitHub release

v2.0.2

Compare Source

GitHub release

See the full changelog here

v2.0.1

Compare Source

GitHub release

First patch release of Pydantic V2

See the full changelog here

v2.0

Compare Source

GitHub release

What's Changed

This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support.
Several minor changes (considered non-breaking changes according to our versioning policy)
are also included in this release. Make sure to look into them before upgrading.

Note that Pydantic V1 is not compatible with Python 3.14 and greater.

Changes (see the alpha and beta releases for additional changes since 2.11):

Packaging
New Features
Fixes
New Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pydantic](https://github.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==1.10.26` → `==2.12.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.12.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/1.10.26/2.12.5?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.12.5`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2125-2025-11-26) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.12.4...v2.12.5) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.5) This is the fifth 2.12 patch release, addressing an issue with the `MISSING` sentinel and providing several documentation improvements. The next 2.13 minor release will be published in a couple weeks, and will include a new *polymorphic serialization* feature addressing the remaining unexpected changes to the *serialize as any* behavior. - Fix pickle error when using `model_construct()` on a model with `MISSING` as a default value by [@&#8203;ornariece](https://github.com/ornariece) in [#&#8203;12522](https://github.com/pydantic/pydantic/pull/12522). - Several updates to the documentation by [@&#8203;Viicos](https://github.com/Viicos). ### [`v2.12.4`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2124-2025-11-05) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.12.3...v2.12.4) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.4) This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the `build()` method of the [`AnyUrl` and Dsn types](https://docs.pydantic.dev/latest/api/networks/). This patch release also fixes an issue with the serialization of IP address types, when `serialize_as_any` is used. The next patch release will try to address the remaining issues with *serialize as any* behavior by introducing a new *polymorphic serialization* feature, that should be used in most cases in place of *serialize as any*. - Fix issue with forward references in parent `TypedDict` classes by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12427](https://github.com/pydantic/pydantic/pull/12427). This issue is only relevant on Python 3.14 and greater. - Exclude fields with `exclude_if` from JSON Schema required fields by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12430](https://github.com/pydantic/pydantic/pull/12430) - Revert URL percent-encoding of credentials in the `build()` method of the [`AnyUrl` and Dsn types](https://docs.pydantic.dev/latest/api/networks/) by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1833](https://github.com/pydantic/pydantic-core/pull/1833). This was initially considered as a bugfix, but caused regressions and as such was fully reverted. The next release will include an opt-in option to percent-encode components of the URL. - Add type inference for IP address types by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1868](https://github.com/pydantic/pydantic-core/pull/1868). The 2.12 changes to the `serialize_as_any` behavior made it so that IP address types could not properly serialize to JSON. - Avoid getting default values from defaultdict by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1853](https://github.com/pydantic/pydantic-core/pull/1853). This fixes a subtle regression in the validation behavior of the [`collections.defaultdict`](https://docs.python.org/3/library/collections.html#collections.defaultdict) type. - Fix issue with field serializers on nested typed dictionaries by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1879](https://github.com/pydantic/pydantic-core/pull/1879). - Add more `pydantic-core` builds for the three-threaded version of Python 3.14 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1864](https://github.com/pydantic/pydantic-core/pull/1864). ### [`v2.12.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2123-2025-10-17) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.12.2...v2.12.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.3) ##### What's Changed This is the third 2.12 patch release, fixing issues related to the `FieldInfo` class, and reverting a change to the supported [*after* model validator](https://docs.pydantic.dev/latest/concepts/validators/#model-validators) function signatures. - Raise a warning when an invalid after model validator function signature is raised by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12414](https://github.com/pydantic/pydantic/pull/12414). Starting in 2.12.0, using class methods for *after* model validators raised an error, but the error wasn't raised concistently. We decided to emit a deprecation warning instead. - Add [`FieldInfo.asdict()`](https://docs.pydantic.dev/latest/api/fields/#pydantic.fields.FieldInfo.asdict) method, improve documentation around `FieldInfo` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12411](https://github.com/pydantic/pydantic/pull/12411). This also add back support for mutations on `FieldInfo` classes, that are reused as `Annotated` metadata. **However**, note that this is still *not* a supported pattern. Instead, please refer to the [added example](https://docs.pydantic.dev/latest/examples/dynamic_models/) in the documentation. The [blog post](https://pydantic.dev/articles/pydantic-v2-12-release#changes) section on changes was also updated to document the changes related to `serialize_as_any`. ### [`v2.12.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2122-2025-10-14) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.12.1...v2.12.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.2) ##### What's Changed ##### Fixes - Release a new `pydantic-core` version, as a corrupted CPython 3.10 `manylinux2014_aarch64` wheel got uploaded ([pydantic-core#1843](https://github.com/pydantic/pydantic-core/pull/1843)). - Fix issue with recursive generic models with a parent model class by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12398](https://github.com/pydantic/pydantic/pull/12398) ### [`v2.12.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2121-2025-10-13) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.12.0...v2.12.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.1) ##### What's Changed This is the first 2.12 patch release, addressing most (but not all yet) regressions from the initial 2.12.0 release. ##### Fixes - Do not evaluate annotations when inspecting validators and serializers by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12355](https://github.com/pydantic/pydantic/pull/12355) - Make sure `None` is converted as `NoneType` in Python 3.14 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12370](https://github.com/pydantic/pydantic/pull/12370) - Backport V1 runtime warning when using Python 3.14 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12367](https://github.com/pydantic/pydantic/pull/12367) - Fix error message for invalid validator signatures by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12366](https://github.com/pydantic/pydantic/pull/12366) - Populate field name in `ValidationInfo` for validation of default value by [@&#8203;Viicos](https://github.com/Viicos) in [pydantic-core#1826](https://github.com/pydantic/pydantic-core/pull/1826) - Encode credentials in `MultiHostUrl` builder by [@&#8203;willswire](https://github.com/willswire) in [pydantic-core#1829](https://github.com/pydantic/pydantic-core/pull/1829) - Respect field serializers when using `serialize_as_any` serialization flag by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1829](https://github.com/pydantic/pydantic-core/pull/1829) - Fix various `RootModel` serialization issues by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic-core#1836](https://github.com/pydantic/pydantic-core/pull/1836) ##### New Contributors - [@&#8203;willswire](https://github.com/willswire) made their first contribution in [pydantic-core#1829](https://github.com/pydantic/pydantic-core/pull/1829) ### [`v2.12.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2120-2025-10-07) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.10...v2.12.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.0) ##### What's Changed This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support. Several minor changes (considered non-breaking changes according to our [versioning policy](https://docs.pydantic.dev/2.12/version-policy/#pydantic-v2)) are also included in this release. Make sure to look into them before upgrading. **Note that Pydantic V1 is not compatible with Python 3.14 and greater**. Changes (see the alpha and beta releases for additional changes since 2.11): ##### Packaging - Update V1 copy to v1.10.24 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12338](https://github.com/pydantic/pydantic/pull/12338) ##### New Features - Add `extra` parameter to the validate functions by [@&#8203;anvilpete](https://github.com/anvilpete) in [#&#8203;12233](https://github.com/pydantic/pydantic/pull/12233) - Add `exclude_computed_fields` serialization option by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12334](https://github.com/pydantic/pydantic/pull/12334) - Add `preverse_empty_path` URL options by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12336](https://github.com/pydantic/pydantic/pull/12336) - Add `union_format` parameter to JSON Schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12147](https://github.com/pydantic/pydantic/pull/12147) - Add `__qualname__` parameter for `create_model` by [@&#8203;Atry](https://github.com/Atry) in [#&#8203;12001](https://github.com/pydantic/pydantic/pull/12001) ##### Fixes - Do not try to infer name from lambda definitions in pipelines API by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12289](https://github.com/pydantic/pydantic/pull/12289) - Use proper namespace for functions in `TypeAdapter` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12324](https://github.com/pydantic/pydantic/pull/12324) - Use `Any` for context type annotation in `TypeAdapter` by [@&#8203;inducer](https://github.com/inducer) in [#&#8203;12279](https://github.com/pydantic/pydantic/pull/12279) - Expose `FieldInfo` in `pydantic.fields.__all__` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12339](https://github.com/pydantic/pydantic/pull/12339) - Respect `validation_alias` in `@validate_call` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12340](https://github.com/pydantic/pydantic/pull/12340) - Use `Any` as context annotation in plugin API by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12341](https://github.com/pydantic/pydantic/pull/12341) - Use proper `stacklevel` in warnings when possible by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12342](https://github.com/pydantic/pydantic/pull/12342) ##### New Contributors - [@&#8203;anvilpete](https://github.com/anvilpete) made their first contribution in [#&#8203;12233](https://github.com/pydantic/pydantic/pull/12233) - [@&#8203;JonathanWindell](https://github.com/JonathanWindell) made their first contribution in [#&#8203;12327](https://github.com/pydantic/pydantic/pull/12327) - [@&#8203;inducer](https://github.com/inducer) made their first contribution in [#&#8203;12279](https://github.com/pydantic/pydantic/pull/12279) - [@&#8203;Atry](https://github.com/Atry) made their first contribution in [#&#8203;12001](https://github.com/pydantic/pydantic/pull/12001) ### [`v2.11.10`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v21110-2025-10-04) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.11.10) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.10) ##### What's Changed ##### Fixes - Backport v1.10.24 changes by [@&#8203;Viicos](https://github.com/Viicos) ### [`v2.11.9`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2119-2025-09-13) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.8...v2.11.9) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.9) ##### What's Changed ##### Fixes - Backport v1.10.23 changes by [@&#8203;Viicos](https://github.com/Viicos) ### [`v2.11.8`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2118-2025-09-13) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.8) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.8) ##### What's Changed ##### Fixes - Fix mypy plugin for mypy 1.18 by [@&#8203;cdce8p](https://github.com/cdce8p) in [#&#8203;12209](https://github.com/pydantic/pydantic/pull/12209) ### [`v2.11.7`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2117-2025-06-14) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.6...v2.11.7) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.7) ##### What's Changed ##### Fixes - Copy `FieldInfo` instance if necessary during `FieldInfo` build by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11898](https://github.com/pydantic/pydantic/pull/11898) ### [`v2.11.6`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2116-2025-06-13) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.5...v2.11.6) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.6) ##### What's Changed ##### Fixes - Rebuild dataclass fields before schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11949](https://github.com/pydantic/pydantic/pull/11949) - Always store the original field assignment on `FieldInfo` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11946](https://github.com/pydantic/pydantic/pull/11946) ### [`v2.11.5`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2115-2025-05-22) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.4...v2.11.5) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.5) ##### What's Changed ##### Fixes - Check if `FieldInfo` is complete after applying type variable map by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11855](https://github.com/pydantic/pydantic/pull/11855) - Do not delete mock validator/serializer in `model_rebuild()` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11890](https://github.com/pydantic/pydantic/pull/11890) - Do not duplicate metadata on model rebuild by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11902](https://github.com/pydantic/pydantic/pull/11902) ### [`v2.11.4`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2114-2025-04-29) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.3...v2.11.4) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.4) ##### What's Changed ##### Packaging - Bump `mkdocs-llmstxt` to v0.2.0 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11725](https://github.com/pydantic/pydantic/pull/11725) ##### Changes - Allow config and bases to be specified together in `create_model()` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11714](https://github.com/pydantic/pydantic/pull/11714). This change was backported as it was previously possible (although not meant to be supported) to provide `model_config` as a field, which would make it possible to provide both configuration and bases. ##### Fixes - Remove generics cache workaround by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11755](https://github.com/pydantic/pydantic/pull/11755) - Remove coercion of decimal constraints by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11772](https://github.com/pydantic/pydantic/pull/11772) - Fix crash when expanding root type in the mypy plugin by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11735](https://github.com/pydantic/pydantic/pull/11735) - Fix issue with recursive generic models by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11775](https://github.com/pydantic/pydantic/pull/11775) - Traverse `function-before` schemas during schema gathering by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11801](https://github.com/pydantic/pydantic/pull/11801) ### [`v2.11.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2113-2025-04-08) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.3) ##### What's Changed ##### Packaging - Update V1 copy to v1.10.21 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11706](https://github.com/pydantic/pydantic/pull/11706) ##### Fixes - Preserve field description when rebuilding model fields by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11698](https://github.com/pydantic/pydantic/pull/11698) ### [`v2.11.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2112-2025-04-03) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.2) ##### What's Changed ##### Fixes - Bump `pydantic-core` to v2.33.1 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11678](https://github.com/pydantic/pydantic/pull/11678) - Make sure `__pydantic_private__` exists before setting private attributes by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11666](https://github.com/pydantic/pydantic/pull/11666) - Do not override `FieldInfo._complete` when using field from parent class by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11668](https://github.com/pydantic/pydantic/pull/11668) - Provide the available definitions when applying discriminated unions by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11670](https://github.com/pydantic/pydantic/pull/11670) - Do not expand root type in the mypy plugin for variables by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11676](https://github.com/pydantic/pydantic/pull/11676) - Mention the attribute name in model fields deprecation message by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11674](https://github.com/pydantic/pydantic/pull/11674) - Properly validate parameterized mappings by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11658](https://github.com/pydantic/pydantic/pull/11658) ### [`v2.11.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v21110-2025-10-04) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.0...v2.11.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.10) ##### What's Changed ##### Fixes - Backport v1.10.24 changes by [@&#8203;Viicos](https://github.com/Viicos) ### [`v2.11.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2110-2025-03-27) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.0) ##### What's Changed Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). See the [blog post](https://pydantic.dev/articles/pydantic-v2-11-release) for more details. ##### Packaging - Bump `pydantic-core` to v2.33.0 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11631](https://github.com/pydantic/pydantic/pull/11631) ##### New Features - Add `encoded_string()` method to the URL types by [@&#8203;YassinNouh21](https://github.com/YassinNouh21) in [#&#8203;11580](https://github.com/pydantic/pydantic/pull/11580) - Add support for `defer_build` with `@validate_call` decorator by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11584](https://github.com/pydantic/pydantic/pull/11584) - Allow `@with_config` decorator to be used with keyword arguments by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11608](https://github.com/pydantic/pydantic/pull/11608) - Simplify customization of default value inclusion in JSON Schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11634](https://github.com/pydantic/pydantic/pull/11634) - Add `generate_arguments_schema()` function by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11572](https://github.com/pydantic/pydantic/pull/11572) ##### Fixes - Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11571](https://github.com/pydantic/pydantic/pull/11571) - Fix runtime error when computing model string representation involving cached properties and self-referenced models by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11579](https://github.com/pydantic/pydantic/pull/11579) - Preserve other steps when using the ellipsis in the pipeline API by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11626](https://github.com/pydantic/pydantic/pull/11626) - Fix deferred discriminator application logic by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11591](https://github.com/pydantic/pydantic/pull/11591) ##### New Contributors - [@&#8203;cmenon12](https://github.com/cmenon12) made their first contribution in [#&#8203;11562](https://github.com/pydantic/pydantic/pull/11562) - [@&#8203;Jeukoh](https://github.com/Jeukoh) made their first contribution in [#&#8203;11611](https://github.com/pydantic/pydantic/pull/11611) ### [`v2.10.6`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2106-2025-01-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.6) ##### What's Changed ##### Fixes - Fix JSON Schema reference collection with `'examples'` keys by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11325](https://github.com/pydantic/pydantic/pull/11325) - Fix url python serialization by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;11331](https://github.com/pydantic/pydantic/pull/11331) ### [`v2.10.5`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2105-2025-01-08) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.4...v2.10.5) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.5) ##### What's Changed ##### Fixes - Remove custom MRO implementation of Pydantic models by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11184](https://github.com/pydantic/pydantic/pull/11184) - Fix URL serialization for unions by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;11233](https://github.com/pydantic/pydantic/pull/11233) ### [`v2.10.4`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2104-2024-12-18) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.4) ##### What's Changed ##### Packaging - Bump `pydantic-core` to v2.27.2 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;11138](https://github.com/pydantic/pydantic/pull/11138) ##### Fixes - Fix for comparison of `AnyUrl` objects by [@&#8203;alexprabhat99](https://github.com/alexprabhat99) in [#&#8203;11082](https://github.com/pydantic/pydantic/pull/11082) - Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11093](https://github.com/pydantic/pydantic/pull/11093) - Include JSON Schema input core schema in function schemas by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11085](https://github.com/pydantic/pydantic/pull/11085) - Add `len` to `_BaseUrl` to avoid TypeError by [@&#8203;Kharianne](https://github.com/Kharianne) in [#&#8203;11111](https://github.com/pydantic/pydantic/pull/11111) - Make sure the type reference is removed from the seen references by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11143](https://github.com/pydantic/pydantic/pull/11143) ##### New Contributors - [@&#8203;FyZzyss](https://github.com/FyZzyss) made their first contribution in [#&#8203;10789](https://github.com/pydantic/pydantic/pull/10789) - [@&#8203;tamird](https://github.com/tamird) made their first contribution in [#&#8203;10948](https://github.com/pydantic/pydantic/pull/10948) - [@&#8203;felixxm](https://github.com/felixxm) made their first contribution in [#&#8203;11077](https://github.com/pydantic/pydantic/pull/11077) - [@&#8203;alexprabhat99](https://github.com/alexprabhat99) made their first contribution in [#&#8203;11082](https://github.com/pydantic/pydantic/pull/11082) - [@&#8203;Kharianne](https://github.com/Kharianne) made their first contribution in [#&#8203;11111](https://github.com/pydantic/pydantic/pull/11111) ### [`v2.10.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2103-2024-12-03) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.3) ##### What's Changed ##### Fixes - Set fields when `defer_build` is set on Pydantic dataclasses by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10984](https://github.com/pydantic/pydantic/pull/10984) - Do not resolve the JSON Schema reference for `dict` core schema keys by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10989](https://github.com/pydantic/pydantic/pull/10989) - Use the globals of the function when evaluating the return type for `PlainSerializer` and `WrapSerializer` functions by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11008](https://github.com/pydantic/pydantic/pull/11008) - Fix host required enforcement for urls to be compatible with v2.9 behavior by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;11027](https://github.com/pydantic/pydantic/pull/11027) - Add a `default_factory_takes_validated_data` property to `FieldInfo` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11034](https://github.com/pydantic/pydantic/pull/11034) - Fix url json schema in `serialization` mode by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;11035](https://github.com/pydantic/pydantic/pull/11035) ### [`v2.10.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2102-2024-11-25) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.2) ##### What's Changed ##### Fixes - Only evaluate FieldInfo annotations if required during schema building by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10769](https://github.com/pydantic/pydantic/pull/10769) - Do not evaluate annotations for private fields by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10962](https://github.com/pydantic/pydantic/pull/10962) - Support serialization as any for `Secret` types and `Url` types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10947](https://github.com/pydantic/pydantic/pull/10947) - Fix type hint of `Field.default` to be compatible with Python 3.8 and 3.9 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10972](https://github.com/pydantic/pydantic/pull/10972) - Add hashing support for URL types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10975](https://github.com/pydantic/pydantic/pull/10975) - Hide `BaseModel.__replace__` definition from type checkers by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10979](https://github.com/pydantic/pydantic/pull/10979) ### [`v2.10.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2101-2024-11-21) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.10.0...v2.10.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.1) ##### What's Changed ##### Packaging - Bump `pydantic-core` version to `v2.27.1` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10938](https://github.com/pydantic/pydantic/pull/10938) ##### Fixes - Use the correct frame when instantiating a parametrized `TypeAdapter` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10893](https://github.com/pydantic/pydantic/pull/10893) - Relax check for validated data in `default_factory` utils by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10909](https://github.com/pydantic/pydantic/pull/10909) - Fix type checking issue with `model_fields` and `model_computed_fields` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10911](https://github.com/pydantic/pydantic/pull/10911) - Use the parent configuration during schema generation for stdlib `dataclass`es by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10928](https://github.com/pydantic/pydantic/pull/10928) - Use the `globals` of the function when evaluating the return type of serializers and `computed_field`s by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10929](https://github.com/pydantic/pydantic/pull/10929) - Fix URL constraint application by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10922](https://github.com/pydantic/pydantic/pull/10922) - Fix URL equality with different validation methods by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10934](https://github.com/pydantic/pydantic/pull/10934) - Fix JSON schema title when specified as `''` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10936](https://github.com/pydantic/pydantic/pull/10936) - Fix `python` mode serialization for `complex` inference by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic-core#1549](https://github.com/pydantic/pydantic-core/pull/1549) ##### New Contributors ### [`v2.10.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2100-2024-11-20) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.0) The code released in v2.10.0 is practically identical to that of v2.10.0b2. [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.0) See the [v2.10 release blog post](https://pydantic.dev/articles/pydantic-v2-10-release) for the highlights! ##### What's Changed ##### Packaging - Bump `pydantic-core` to `v2.27.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10825](https://github.com/pydantic/pydantic/pull/10825) - Replaced pdm with uv by [@&#8203;frfahim](https://github.com/frfahim) in [#&#8203;10727](https://github.com/pydantic/pydantic/pull/10727) ##### New Features - Support `fractions.Fraction` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10318](https://github.com/pydantic/pydantic/pull/10318) - Support `Hashable` for json validation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10324](https://github.com/pydantic/pydantic/pull/10324) - Add a `SocketPath` type for `linux` systems by [@&#8203;theunkn0wn1](https://github.com/theunkn0wn1) in [#&#8203;10378](https://github.com/pydantic/pydantic/pull/10378) - Allow arbitrary refs in JSON schema `examples` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10417](https://github.com/pydantic/pydantic/pull/10417) - Support `defer_build` for Pydantic dataclasses by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10313](https://github.com/pydantic/pydantic/pull/10313) - Adding v1 / v2 incompatibility warning for nested v1 model by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10431](https://github.com/pydantic/pydantic/pull/10431) - Add support for unpacked `TypedDict` to type hint variadic keyword arguments with `@validate_call` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10416](https://github.com/pydantic/pydantic/pull/10416) - Support compiled patterns in `protected_namespaces` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10522](https://github.com/pydantic/pydantic/pull/10522) - Add support for `propertyNames` in JSON schema by [@&#8203;FlorianSW](https://github.com/FlorianSW) in [#&#8203;10478](https://github.com/pydantic/pydantic/pull/10478) - Adding `__replace__` protocol for Python 3.13+ support by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10596](https://github.com/pydantic/pydantic/pull/10596) - Expose public `sort` method for JSON schema generation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10595](https://github.com/pydantic/pydantic/pull/10595) - Add runtime validation of `@validate_call` callable argument by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10627](https://github.com/pydantic/pydantic/pull/10627) - Add `experimental_allow_partial` support by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;10748](https://github.com/pydantic/pydantic/pull/10748) - Support default factories taking validated data as an argument by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10678](https://github.com/pydantic/pydantic/pull/10678) - Allow subclassing `ValidationError` and `PydanticCustomError` by [@&#8203;Youssefares](https://github.com/Youssefares) in [pydantic/pydantic-core#1413](https://github.com/pydantic/pydantic-core/pull/1413) - Add `trailing-strings` support to `experimental_allow_partial` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10825](https://github.com/pydantic/pydantic/pull/10825) - Add `rebuild()` method for `TypeAdapter` and simplify `defer_build` patterns by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10537](https://github.com/pydantic/pydantic/pull/10537) - Improve `TypeAdapter` instance repr by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10872](https://github.com/pydantic/pydantic/pull/10872) ##### Changes - Don't allow customization of `SchemaGenerator` until interface is more stable by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10303](https://github.com/pydantic/pydantic/pull/10303) - Cleanly `defer_build` on `TypeAdapters`, removing experimental flag by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10329](https://github.com/pydantic/pydantic/pull/10329) - Fix `mro` of generic subclass by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10100](https://github.com/pydantic/pydantic/pull/10100) - Strip whitespaces on JSON Schema title generation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10404](https://github.com/pydantic/pydantic/pull/10404) - Use `b64decode` and `b64encode` for `Base64Bytes` type by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10486](https://github.com/pydantic/pydantic/pull/10486) - Relax protected namespace config default by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10441](https://github.com/pydantic/pydantic/pull/10441) - Revalidate parametrized generics if instance's origin is subclass of OG class by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10666](https://github.com/pydantic/pydantic/pull/10666) - Warn if configuration is specified on the `@dataclass` decorator and with the `__pydantic_config__` attribute by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10406](https://github.com/pydantic/pydantic/pull/10406) - Recommend against using `Ellipsis` (...) with `Field` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10661](https://github.com/pydantic/pydantic/pull/10661) - Migrate to subclassing instead of annotated approach for pydantic url types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10662](https://github.com/pydantic/pydantic/pull/10662) - Change JSON schema generation of `Literal`s and `Enums` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10692](https://github.com/pydantic/pydantic/pull/10692) - Simplify unions involving `Any` or `Never` when replacing type variables by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10338](https://github.com/pydantic/pydantic/pull/10338) - Do not require padding when decoding `base64` bytes by [@&#8203;bschoenmaeckers](https://github.com/bschoenmaeckers) in [pydantic/pydantic-core#1448](https://github.com/pydantic/pydantic-core/pull/1448) - Support dates all the way to 1BC by [@&#8203;changhc](https://github.com/changhc) in [pydantic/speedate#77](https://github.com/pydantic/speedate/pull/77) ##### Performance - Schema cleaning: skip unnecessary copies during schema walking by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10286](https://github.com/pydantic/pydantic/pull/10286) - Refactor namespace logic for annotations evaluation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10530](https://github.com/pydantic/pydantic/pull/10530) - Improve email regexp on edge cases by [@&#8203;AlekseyLobanov](https://github.com/AlekseyLobanov) in [#&#8203;10601](https://github.com/pydantic/pydantic/pull/10601) - `CoreMetadata` refactor with an emphasis on documentation, schema build time performance, and reducing complexity by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10675](https://github.com/pydantic/pydantic/pull/10675) ##### Fixes - Remove guarding check on `computed_field` with `field_serializer` by [@&#8203;nix010](https://github.com/nix010) in [#&#8203;10390](https://github.com/pydantic/pydantic/pull/10390) - Fix `Predicate` issue in `v2.9.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10321](https://github.com/pydantic/pydantic/pull/10321) - Fixing `annotated-types` bound by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10327](https://github.com/pydantic/pydantic/pull/10327) - Turn `tzdata` install requirement into optional `timezone` dependency by [@&#8203;jakob-keller](https://github.com/jakob-keller) in [#&#8203;10331](https://github.com/pydantic/pydantic/pull/10331) - Use correct types namespace when building `namedtuple` core schemas by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10337](https://github.com/pydantic/pydantic/pull/10337) - Fix evaluation of stringified annotations during namespace inspection by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10347](https://github.com/pydantic/pydantic/pull/10347) - Fix `IncEx` type alias definition by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10339](https://github.com/pydantic/pydantic/pull/10339) - Do not error when trying to evaluate annotations of private attributes by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10358](https://github.com/pydantic/pydantic/pull/10358) - Fix nested type statement by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10369](https://github.com/pydantic/pydantic/pull/10369) - Improve typing of `ModelMetaclass.mro` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10372](https://github.com/pydantic/pydantic/pull/10372) - Fix class access of deprecated `computed_field`s by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10391](https://github.com/pydantic/pydantic/pull/10391) - Make sure `inspect.iscoroutinefunction` works on coroutines decorated with `@validate_call` by [@&#8203;MovisLi](https://github.com/MovisLi) in [#&#8203;10374](https://github.com/pydantic/pydantic/pull/10374) - Fix `NameError` when using `validate_call` with PEP 695 on a class by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10380](https://github.com/pydantic/pydantic/pull/10380) - Fix `ZoneInfo` with various invalid types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10408](https://github.com/pydantic/pydantic/pull/10408) - Fix `PydanticUserError` on empty `model_config` with annotations by [@&#8203;cdwilson](https://github.com/cdwilson) in [#&#8203;10412](https://github.com/pydantic/pydantic/pull/10412) - Fix variance issue in `_IncEx` type alias, only allow `True` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10414](https://github.com/pydantic/pydantic/pull/10414) - Fix serialization schema generation when using `PlainValidator` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10427](https://github.com/pydantic/pydantic/pull/10427) - Fix schema generation error when serialization schema holds references by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10444](https://github.com/pydantic/pydantic/pull/10444) - Inline references if possible when generating schema for `json_schema_input_type` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10439](https://github.com/pydantic/pydantic/pull/10439) - Fix recursive arguments in `Representation` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10480](https://github.com/pydantic/pydantic/pull/10480) - Fix representation for builtin function types by [@&#8203;kschwab](https://github.com/kschwab) in [#&#8203;10479](https://github.com/pydantic/pydantic/pull/10479) - Add python validators for decimal constraints (`max_digits` and `decimal_places`) by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10506](https://github.com/pydantic/pydantic/pull/10506) - Only fetch `__pydantic_core_schema__` from the current class during schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10518](https://github.com/pydantic/pydantic/pull/10518) - Fix `stacklevel` on deprecation warnings for `BaseModel` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10520](https://github.com/pydantic/pydantic/pull/10520) - Fix warning `stacklevel` in `BaseModel.__init__` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10526](https://github.com/pydantic/pydantic/pull/10526) - Improve error handling for in-evaluable refs for discriminator application by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10440](https://github.com/pydantic/pydantic/pull/10440) - Change the signature of `ConfigWrapper.core_config` to take the title directly by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10562](https://github.com/pydantic/pydantic/pull/10562) - Do not use the previous config from the stack for dataclasses without config by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10576](https://github.com/pydantic/pydantic/pull/10576) - Fix serialization for IP types with `mode='python'` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10594](https://github.com/pydantic/pydantic/pull/10594) - Support constraint application for `Base64Etc` types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10584](https://github.com/pydantic/pydantic/pull/10584) - Fix `validate_call` ignoring `Field` in `Annotated` by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10610](https://github.com/pydantic/pydantic/pull/10610) - Raise an error when `Self` is invalid by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10609](https://github.com/pydantic/pydantic/pull/10609) - Using `core_schema.InvalidSchema` instead of metadata injection + checks by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10523](https://github.com/pydantic/pydantic/pull/10523) - Tweak type alias logic by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10643](https://github.com/pydantic/pydantic/pull/10643) - Support usage of `type` with `typing.Self` and type aliases by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10621](https://github.com/pydantic/pydantic/pull/10621) - Use overloads for `Field` and `PrivateAttr` functions by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10651](https://github.com/pydantic/pydantic/pull/10651) - Clean up the `mypy` plugin implementation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10669](https://github.com/pydantic/pydantic/pull/10669) - Properly check for `typing_extensions` variant of `TypeAliasType` by [@&#8203;Daraan](https://github.com/Daraan) in [#&#8203;10713](https://github.com/pydantic/pydantic/pull/10713) - Allow any mapping in `BaseModel.model_copy()` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10751](https://github.com/pydantic/pydantic/pull/10751) - Fix `isinstance` behavior for urls by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10766](https://github.com/pydantic/pydantic/pull/10766) - Ensure `cached_property` can be set on Pydantic models by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10774](https://github.com/pydantic/pydantic/pull/10774) - Fix equality checks for primitives in literals by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1459](https://github.com/pydantic/pydantic-core/pull/1459) - Properly enforce `host_required` for URLs by [@&#8203;Viicos](https://github.com/Viicos) in [pydantic/pydantic-core#1488](https://github.com/pydantic/pydantic-core/pull/1488) - Fix when `coerce_numbers_to_str` enabled and string has invalid Unicode character by [@&#8203;andrey-berenda](https://github.com/andrey-berenda) in [pydantic/pydantic-core#1515](https://github.com/pydantic/pydantic-core/pull/1515) - Fix serializing `complex` values in `Enum`s by [@&#8203;changhc](https://github.com/changhc) in [pydantic/pydantic-core#1524](https://github.com/pydantic/pydantic-core/pull/1524) - Refactor `_typing_extra` module by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10725](https://github.com/pydantic/pydantic/pull/10725) - Support intuitive equality for urls by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10798](https://github.com/pydantic/pydantic/pull/10798) - Add `bytearray` to `TypeAdapter.validate_json` signature by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;10802](https://github.com/pydantic/pydantic/pull/10802) - Ensure class access of method descriptors is performed when used as a default with `Field` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10816](https://github.com/pydantic/pydantic/pull/10816) - Fix circular import with `validate_call` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10807](https://github.com/pydantic/pydantic/pull/10807) - Fix error when using type aliases referencing other type aliases by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10809](https://github.com/pydantic/pydantic/pull/10809) - Fix `IncEx` type alias to be compatible with mypy by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10813](https://github.com/pydantic/pydantic/pull/10813) - Make `__signature__` a lazy property, do not deepcopy defaults by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10818](https://github.com/pydantic/pydantic/pull/10818) - Make `__signature__` lazy for dataclasses, too by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10832](https://github.com/pydantic/pydantic/pull/10832) - Subclass all single host url classes from `AnyUrl` to preserve behavior from v2.9 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10856](https://github.com/pydantic/pydantic/pull/10856) ##### New Contributors - [@&#8203;jakob-keller](https://github.com/jakob-keller) made their first contribution in [#&#8203;10331](https://github.com/pydantic/pydantic/pull/10331) - [@&#8203;MovisLi](https://github.com/MovisLi) made their first contribution in [#&#8203;10374](https://github.com/pydantic/pydantic/pull/10374) - [@&#8203;joaopalmeiro](https://github.com/joaopalmeiro) made their first contribution in [#&#8203;10405](https://github.com/pydantic/pydantic/pull/10405) - [@&#8203;theunkn0wn1](https://github.com/theunkn0wn1) made their first contribution in [#&#8203;10378](https://github.com/pydantic/pydantic/pull/10378) - [@&#8203;cdwilson](https://github.com/cdwilson) made their first contribution in [#&#8203;10412](https://github.com/pydantic/pydantic/pull/10412) - [@&#8203;dlax](https://github.com/dlax) made their first contribution in [#&#8203;10421](https://github.com/pydantic/pydantic/pull/10421) - [@&#8203;kschwab](https://github.com/kschwab) made their first contribution in [#&#8203;10479](https://github.com/pydantic/pydantic/pull/10479) - [@&#8203;santibreo](https://github.com/santibreo) made their first contribution in [#&#8203;10453](https://github.com/pydantic/pydantic/pull/10453) - [@&#8203;FlorianSW](https://github.com/FlorianSW) made their first contribution in [#&#8203;10478](https://github.com/pydantic/pydantic/pull/10478) - [@&#8203;tkasuz](https://github.com/tkasuz) made their first contribution in [#&#8203;10555](https://github.com/pydantic/pydantic/pull/10555) - [@&#8203;AlekseyLobanov](https://github.com/AlekseyLobanov) made their first contribution in [#&#8203;10601](https://github.com/pydantic/pydantic/pull/10601) - [@&#8203;NiclasvanEyk](https://github.com/NiclasvanEyk) made their first contribution in [#&#8203;10667](https://github.com/pydantic/pydantic/pull/10667) - [@&#8203;mschoettle](https://github.com/mschoettle) made their first contribution in [#&#8203;10677](https://github.com/pydantic/pydantic/pull/10677) - [@&#8203;Daraan](https://github.com/Daraan) made their first contribution in [#&#8203;10713](https://github.com/pydantic/pydantic/pull/10713) - [@&#8203;k4nar](https://github.com/k4nar) made their first contribution in [#&#8203;10736](https://github.com/pydantic/pydantic/pull/10736) - [@&#8203;UriyaHarpeness](https://github.com/UriyaHarpeness) made their first contribution in [#&#8203;10740](https://github.com/pydantic/pydantic/pull/10740) - [@&#8203;frfahim](https://github.com/frfahim) made their first contribution in [#&#8203;10727](https://github.com/pydantic/pydantic/pull/10727) ### [`v2.9.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v292-2024-09-17) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.9.2) ##### What's Changed ##### Fixes - Do not error when trying to evaluate annotations of private attributes by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10358](https://github.com/pydantic/pydantic/pull/10358) - Adding notes on designing sound `Callable` discriminators by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10400](https://github.com/pydantic/pydantic/pull/10400) - Fix serialization schema generation when using `PlainValidator` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10427](https://github.com/pydantic/pydantic/pull/10427) - Fix `Union` serialization warnings by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1449](https://github.com/pydantic/pydantic-core/pull/1449) - Fix variance issue in `_IncEx` type alias, only allow `True` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10414](https://github.com/pydantic/pydantic/pull/10414) - Fix `ZoneInfo` validation with various invalid types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10408](https://github.com/pydantic/pydantic/pull/10408) ### [`v2.9.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v291-2024-09-09) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.9.1) ##### What's Changed ##### Fixes - Fix Predicate issue in v2.9.0 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10321](https://github.com/pydantic/pydantic/pull/10321) - Fixing `annotated-types` bound to `>=0.6.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10327](https://github.com/pydantic/pydantic/pull/10327) - Turn `tzdata` install requirement into optional `timezone` dependency by [@&#8203;jakob-keller](https://github.com/jakob-keller) in [#&#8203;10331](https://github.com/pydantic/pydantic/pull/10331) - Fix `IncExc` type alias definition by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10339](https://github.com/pydantic/pydantic/pull/10339) - Use correct types namespace when building namedtuple core schemas by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10337](https://github.com/pydantic/pydantic/pull/10337) - Fix evaluation of stringified annotations during namespace inspection by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10347](https://github.com/pydantic/pydantic/pull/10347) - Fix tagged union serialization with alias generators by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1442](https://github.com/pydantic/pydantic-core/pull/1442) ### [`v2.9.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2100-2024-11-20) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.0) The code released in v2.10.0 is practically identical to that of v2.10.0b2. [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.0) See the [v2.10 release blog post](https://pydantic.dev/articles/pydantic-v2-10-release) for the highlights! ##### What's Changed ##### Packaging - Bump `pydantic-core` to `v2.27.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10825](https://github.com/pydantic/pydantic/pull/10825) - Replaced pdm with uv by [@&#8203;frfahim](https://github.com/frfahim) in [#&#8203;10727](https://github.com/pydantic/pydantic/pull/10727) ##### New Features - Support `fractions.Fraction` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10318](https://github.com/pydantic/pydantic/pull/10318) - Support `Hashable` for json validation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10324](https://github.com/pydantic/pydantic/pull/10324) - Add a `SocketPath` type for `linux` systems by [@&#8203;theunkn0wn1](https://github.com/theunkn0wn1) in [#&#8203;10378](https://github.com/pydantic/pydantic/pull/10378) - Allow arbitrary refs in JSON schema `examples` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10417](https://github.com/pydantic/pydantic/pull/10417) - Support `defer_build` for Pydantic dataclasses by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10313](https://github.com/pydantic/pydantic/pull/10313) - Adding v1 / v2 incompatibility warning for nested v1 model by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10431](https://github.com/pydantic/pydantic/pull/10431) - Add support for unpacked `TypedDict` to type hint variadic keyword arguments with `@validate_call` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10416](https://github.com/pydantic/pydantic/pull/10416) - Support compiled patterns in `protected_namespaces` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10522](https://github.com/pydantic/pydantic/pull/10522) - Add support for `propertyNames` in JSON schema by [@&#8203;FlorianSW](https://github.com/FlorianSW) in [#&#8203;10478](https://github.com/pydantic/pydantic/pull/10478) - Adding `__replace__` protocol for Python 3.13+ support by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10596](https://github.com/pydantic/pydantic/pull/10596) - Expose public `sort` method for JSON schema generation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10595](https://github.com/pydantic/pydantic/pull/10595) - Add runtime validation of `@validate_call` callable argument by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10627](https://github.com/pydantic/pydantic/pull/10627) - Add `experimental_allow_partial` support by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;10748](https://github.com/pydantic/pydantic/pull/10748) - Support default factories taking validated data as an argument by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10678](https://github.com/pydantic/pydantic/pull/10678) - Allow subclassing `ValidationError` and `PydanticCustomError` by [@&#8203;Youssefares](https://github.com/Youssefares) in [pydantic/pydantic-core#1413](https://github.com/pydantic/pydantic-core/pull/1413) - Add `trailing-strings` support to `experimental_allow_partial` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10825](https://github.com/pydantic/pydantic/pull/10825) - Add `rebuild()` method for `TypeAdapter` and simplify `defer_build` patterns by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10537](https://github.com/pydantic/pydantic/pull/10537) - Improve `TypeAdapter` instance repr by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10872](https://github.com/pydantic/pydantic/pull/10872) ##### Changes - Don't allow customization of `SchemaGenerator` until interface is more stable by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10303](https://github.com/pydantic/pydantic/pull/10303) - Cleanly `defer_build` on `TypeAdapters`, removing experimental flag by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10329](https://github.com/pydantic/pydantic/pull/10329) - Fix `mro` of generic subclass by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10100](https://github.com/pydantic/pydantic/pull/10100) - Strip whitespaces on JSON Schema title generation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10404](https://github.com/pydantic/pydantic/pull/10404) - Use `b64decode` and `b64encode` for `Base64Bytes` type by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10486](https://github.com/pydantic/pydantic/pull/10486) - Relax protected namespace config default by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10441](https://github.com/pydantic/pydantic/pull/10441) - Revalidate parametrized generics if instance's origin is subclass of OG class by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10666](https://github.com/pydantic/pydantic/pull/10666) - Warn if configuration is specified on the `@dataclass` decorator and with the `__pydantic_config__` attribute by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10406](https://github.com/pydantic/pydantic/pull/10406) - Recommend against using `Ellipsis` (...) with `Field` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10661](https://github.com/pydantic/pydantic/pull/10661) - Migrate to subclassing instead of annotated approach for pydantic url types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10662](https://github.com/pydantic/pydantic/pull/10662) - Change JSON schema generation of `Literal`s and `Enums` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10692](https://github.com/pydantic/pydantic/pull/10692) - Simplify unions involving `Any` or `Never` when replacing type variables by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10338](https://github.com/pydantic/pydantic/pull/10338) - Do not require padding when decoding `base64` bytes by [@&#8203;bschoenmaeckers](https://github.com/bschoenmaeckers) in [pydantic/pydantic-core#1448](https://github.com/pydantic/pydantic-core/pull/1448) - Support dates all the way to 1BC by [@&#8203;changhc](https://github.com/changhc) in [pydantic/speedate#77](https://github.com/pydantic/speedate/pull/77) ##### Performance - Schema cleaning: skip unnecessary copies during schema walking by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10286](https://github.com/pydantic/pydantic/pull/10286) - Refactor namespace logic for annotations evaluation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10530](https://github.com/pydantic/pydantic/pull/10530) - Improve email regexp on edge cases by [@&#8203;AlekseyLobanov](https://github.com/AlekseyLobanov) in [#&#8203;10601](https://github.com/pydantic/pydantic/pull/10601) - `CoreMetadata` refactor with an emphasis on documentation, schema build time performance, and reducing complexity by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10675](https://github.com/pydantic/pydantic/pull/10675) ##### Fixes - Remove guarding check on `computed_field` with `field_serializer` by [@&#8203;nix010](https://github.com/nix010) in [#&#8203;10390](https://github.com/pydantic/pydantic/pull/10390) - Fix `Predicate` issue in `v2.9.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10321](https://github.com/pydantic/pydantic/pull/10321) - Fixing `annotated-types` bound by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10327](https://github.com/pydantic/pydantic/pull/10327) - Turn `tzdata` install requirement into optional `timezone` dependency by [@&#8203;jakob-keller](https://github.com/jakob-keller) in [#&#8203;10331](https://github.com/pydantic/pydantic/pull/10331) - Use correct types namespace when building `namedtuple` core schemas by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10337](https://github.com/pydantic/pydantic/pull/10337) - Fix evaluation of stringified annotations during namespace inspection by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10347](https://github.com/pydantic/pydantic/pull/10347) - Fix `IncEx` type alias definition by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10339](https://github.com/pydantic/pydantic/pull/10339) - Do not error when trying to evaluate annotations of private attributes by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10358](https://github.com/pydantic/pydantic/pull/10358) - Fix nested type statement by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10369](https://github.com/pydantic/pydantic/pull/10369) - Improve typing of `ModelMetaclass.mro` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10372](https://github.com/pydantic/pydantic/pull/10372) - Fix class access of deprecated `computed_field`s by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10391](https://github.com/pydantic/pydantic/pull/10391) - Make sure `inspect.iscoroutinefunction` works on coroutines decorated with `@validate_call` by [@&#8203;MovisLi](https://github.com/MovisLi) in [#&#8203;10374](https://github.com/pydantic/pydantic/pull/10374) - Fix `NameError` when using `validate_call` with PEP 695 on a class by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10380](https://github.com/pydantic/pydantic/pull/10380) - Fix `ZoneInfo` with various invalid types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10408](https://github.com/pydantic/pydantic/pull/10408) - Fix `PydanticUserError` on empty `model_config` with annotations by [@&#8203;cdwilson](https://github.com/cdwilson) in [#&#8203;10412](https://github.com/pydantic/pydantic/pull/10412) - Fix variance issue in `_IncEx` type alias, only allow `True` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10414](https://github.com/pydantic/pydantic/pull/10414) - Fix serialization schema generation when using `PlainValidator` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10427](https://github.com/pydantic/pydantic/pull/10427) - Fix schema generation error when serialization schema holds references by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10444](https://github.com/pydantic/pydantic/pull/10444) - Inline references if possible when generating schema for `json_schema_input_type` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10439](https://github.com/pydantic/pydantic/pull/10439) - Fix recursive arguments in `Representation` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10480](https://github.com/pydantic/pydantic/pull/10480) - Fix representation for builtin function types by [@&#8203;kschwab](https://github.com/kschwab) in [#&#8203;10479](https://github.com/pydantic/pydantic/pull/10479) - Add python validators for decimal constraints (`max_digits` and `decimal_places`) by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10506](https://github.com/pydantic/pydantic/pull/10506) - Only fetch `__pydantic_core_schema__` from the current class during schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10518](https://github.com/pydantic/pydantic/pull/10518) - Fix `stacklevel` on deprecation warnings for `BaseModel` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10520](https://github.com/pydantic/pydantic/pull/10520) - Fix warning `stacklevel` in `BaseModel.__init__` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10526](https://github.com/pydantic/pydantic/pull/10526) - Improve error handling for in-evaluable refs for discriminator application by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10440](https://github.com/pydantic/pydantic/pull/10440) - Change the signature of `ConfigWrapper.core_config` to take the title directly by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10562](https://github.com/pydantic/pydantic/pull/10562) - Do not use the previous config from the stack for dataclasses without config by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10576](https://github.com/pydantic/pydantic/pull/10576) - Fix serialization for IP types with `mode='python'` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10594](https://github.com/pydantic/pydantic/pull/10594) - Support constraint application for `Base64Etc` types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10584](https://github.com/pydantic/pydantic/pull/10584) - Fix `validate_call` ignoring `Field` in `Annotated` by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10610](https://github.com/pydantic/pydantic/pull/10610) - Raise an error when `Self` is invalid by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10609](https://github.com/pydantic/pydantic/pull/10609) - Using `core_schema.InvalidSchema` instead of metadata injection + checks by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10523](https://github.com/pydantic/pydantic/pull/10523) - Tweak type alias logic by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10643](https://github.com/pydantic/pydantic/pull/10643) - Support usage of `type` with `typing.Self` and type aliases by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10621](https://github.com/pydantic/pydantic/pull/10621) - Use overloads for `Field` and `PrivateAttr` functions by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10651](https://github.com/pydantic/pydantic/pull/10651) - Clean up the `mypy` plugin implementation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10669](https://github.com/pydantic/pydantic/pull/10669) - Properly check for `typing_extensions` variant of `TypeAliasType` by [@&#8203;Daraan](https://github.com/Daraan) in [#&#8203;10713](https://github.com/pydantic/pydantic/pull/10713) - Allow any mapping in `BaseModel.model_copy()` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10751](https://github.com/pydantic/pydantic/pull/10751) - Fix `isinstance` behavior for urls by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10766](https://github.com/pydantic/pydantic/pull/10766) - Ensure `cached_property` can be set on Pydantic models by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10774](https://github.com/pydantic/pydantic/pull/10774) - Fix equality checks for primitives in literals by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1459](https://github.com/pydantic/pydantic-core/pull/1459) - Properly enforce `host_required` for URLs by [@&#8203;Viicos](https://github.com/Viicos) in [pydantic/pydantic-core#1488](https://github.com/pydantic/pydantic-core/pull/1488) - Fix when `coerce_numbers_to_str` enabled and string has invalid Unicode character by [@&#8203;andrey-berenda](https://github.com/andrey-berenda) in [pydantic/pydantic-core#1515](https://github.com/pydantic/pydantic-core/pull/1515) - Fix serializing `complex` values in `Enum`s by [@&#8203;changhc](https://github.com/changhc) in [pydantic/pydantic-core#1524](https://github.com/pydantic/pydantic-core/pull/1524) - Refactor `_typing_extra` module by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10725](https://github.com/pydantic/pydantic/pull/10725) - Support intuitive equality for urls by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10798](https://github.com/pydantic/pydantic/pull/10798) - Add `bytearray` to `TypeAdapter.validate_json` signature by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;10802](https://github.com/pydantic/pydantic/pull/10802) - Ensure class access of method descriptors is performed when used as a default with `Field` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10816](https://github.com/pydantic/pydantic/pull/10816) - Fix circular import with `validate_call` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10807](https://github.com/pydantic/pydantic/pull/10807) - Fix error when using type aliases referencing other type aliases by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10809](https://github.com/pydantic/pydantic/pull/10809) - Fix `IncEx` type alias to be compatible with mypy by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10813](https://github.com/pydantic/pydantic/pull/10813) - Make `__signature__` a lazy property, do not deepcopy defaults by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10818](https://github.com/pydantic/pydantic/pull/10818) - Make `__signature__` lazy for dataclasses, too by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10832](https://github.com/pydantic/pydantic/pull/10832) - Subclass all single host url classes from `AnyUrl` to preserve behavior from v2.9 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10856](https://github.com/pydantic/pydantic/pull/10856) ##### New Contributors - [@&#8203;jakob-keller](https://github.com/jakob-keller) made their first contribution in [#&#8203;10331](https://github.com/pydantic/pydantic/pull/10331) - [@&#8203;MovisLi](https://github.com/MovisLi) made their first contribution in [#&#8203;10374](https://github.com/pydantic/pydantic/pull/10374) - [@&#8203;joaopalmeiro](https://github.com/joaopalmeiro) made their first contribution in [#&#8203;10405](https://github.com/pydantic/pydantic/pull/10405) - [@&#8203;theunkn0wn1](https://github.com/theunkn0wn1) made their first contribution in [#&#8203;10378](https://github.com/pydantic/pydantic/pull/10378) - [@&#8203;cdwilson](https://github.com/cdwilson) made their first contribution in [#&#8203;10412](https://github.com/pydantic/pydantic/pull/10412) - [@&#8203;dlax](https://github.com/dlax) made their first contribution in [#&#8203;10421](https://github.com/pydantic/pydantic/pull/10421) - [@&#8203;kschwab](https://github.com/kschwab) made their first contribution in [#&#8203;10479](https://github.com/pydantic/pydantic/pull/10479) - [@&#8203;santibreo](https://github.com/santibreo) made their first contribution in [#&#8203;10453](https://github.com/pydantic/pydantic/pull/10453) - [@&#8203;FlorianSW](https://github.com/FlorianSW) made their first contribution in [#&#8203;10478](https://github.com/pydantic/pydantic/pull/10478) - [@&#8203;tkasuz](https://github.com/tkasuz) made their first contribution in [#&#8203;10555](https://github.com/pydantic/pydantic/pull/10555) - [@&#8203;AlekseyLobanov](https://github.com/AlekseyLobanov) made their first contribution in [#&#8203;10601](https://github.com/pydantic/pydantic/pull/10601) - [@&#8203;NiclasvanEyk](https://github.com/NiclasvanEyk) made their first contribution in [#&#8203;10667](https://github.com/pydantic/pydantic/pull/10667) - [@&#8203;mschoettle](https://github.com/mschoettle) made their first contribution in [#&#8203;10677](https://github.com/pydantic/pydantic/pull/10677) - [@&#8203;Daraan](https://github.com/Daraan) made their first contribution in [#&#8203;10713](https://github.com/pydantic/pydantic/pull/10713) - [@&#8203;k4nar](https://github.com/k4nar) made their first contribution in [#&#8203;10736](https://github.com/pydantic/pydantic/pull/10736) - [@&#8203;UriyaHarpeness](https://github.com/UriyaHarpeness) made their first contribution in [#&#8203;10740](https://github.com/pydantic/pydantic/pull/10740) - [@&#8203;frfahim](https://github.com/frfahim) made their first contribution in [#&#8203;10727](https://github.com/pydantic/pydantic/pull/10727) ### [`v2.8.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v282-2024-07-03) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.8.1...v2.8.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.8.2) ##### What's Changed ##### Fixes - Fix issue with assertion caused by pluggable schema validator by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9838](https://github.com/pydantic/pydantic/pull/9838) ### [`v2.8.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v281-2024-07-03) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.8.1) ##### What's Changed ##### Packaging - Bump `ruff` to `v0.5.0` and `pyright` to `v1.1.369` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9801](https://github.com/pydantic/pydantic/pull/9801) - Bump `pydantic-core` to `v2.20.1`, `pydantic-extra-types` to `v2.9.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9832](https://github.com/pydantic/pydantic/pull/9832) ##### Fixes - Fix breaking change in `to_snake` from v2.7 -> v2.8 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9812](https://github.com/pydantic/pydantic/pull/9812) - Fix list constraint json schema application by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9818](https://github.com/pydantic/pydantic/pull/9818) - Support time duration more than 23 by [@&#8203;nix010](https://github.com/nix010) in [pydantic/speedate#64](https://github.com/pydantic/speedate/pull/64) - Fix millisecond fraction being handled with the wrong scale by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/speedate#65](https://github.com/pydantic/speedate/pull/65) - Handle negative fractional durations correctly by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/speedate#71](https://github.com/pydantic/speedate/pull/71) ### [`v2.8.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v280-2024-07-01) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.7.4...v2.8.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.8.0) The code released in v2.8.0 is functionally identical to that of v2.8.0b1. ##### What's Changed ##### Packaging - Update citation version automatically with new releases by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9673](https://github.com/pydantic/pydantic/pull/9673) - Bump pyright to `v1.1.367` and add type checking tests for pipeline API by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;9674](https://github.com/pydantic/pydantic/pull/9674) - Update `pydantic.v1` stub to `v1.10.17` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9707](https://github.com/pydantic/pydantic/pull/9707) - General package updates to prep for `v2.8.0b1` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9741](https://github.com/pydantic/pydantic/pull/9741) - Bump `pydantic-core` to `v2.20.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9745](https://github.com/pydantic/pydantic/pull/9745) - Add support for Python 3.13 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9743](https://github.com/pydantic/pydantic/pull/9743) - Update `pdm` version used for `pdm.lock` to v2.16.1 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9761](https://github.com/pydantic/pydantic/pull/9761) - Update to `ruff` `v0.4.8` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9585](https://github.com/pydantic/pydantic/pull/9585) ##### New Features - Experimental: support `defer_build` for `TypeAdapter` by [@&#8203;MarkusSintonen](https://github.com/MarkusSintonen) in [#&#8203;8939](https://github.com/pydantic/pydantic/pull/8939) - Implement `deprecated` field in json schema by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;9298](https://github.com/pydantic/pydantic/pull/9298) - Experimental: Add pipeline API by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;9459](https://github.com/pydantic/pydantic/pull/9459) - Add support for programmatic title generation by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;9183](https://github.com/pydantic/pydantic/pull/9183) - Implement `fail_fast` feature by [@&#8203;uriyyo](https://github.com/uriyyo) in [#&#8203;9708](https://github.com/pydantic/pydantic/pull/9708) - Add `ser_json_inf_nan='strings'` mode to produce valid JSON by [@&#8203;josh-newman](https://github.com/josh-newman) in [pydantic/pydantic-core#1307](https://github.com/pydantic/pydantic-core/pull/1307) ##### Changes - Add warning when "alias" is set in ignored `Annotated` field by [@&#8203;nix010](https://github.com/nix010) in [#&#8203;9170](https://github.com/pydantic/pydantic/pull/9170) - Support serialization of some serializable defaults in JSON schema by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9624](https://github.com/pydantic/pydantic/pull/9624) - Relax type specification for `__validators__` values in `create_model` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9697](https://github.com/pydantic/pydantic/pull/9697) - **Breaking Change:** Improve `smart` union matching logic by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1322](https://github.com/pydantic/pydantic-core/pull/1322) You can read more about our `smart` union matching logic [here](https://docs.pydantic.dev/dev/concepts/unions/#smart-mode). In some cases, if the old behavior is desired, you can switch to `left-to-right` mode and change the order of your `Union` members. ##### Performance ##### Internal Improvements - ⚡️ Speed up `_display_error_loc()` by 25% in `pydantic/v1/error_wrappers.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9653](https://github.com/pydantic/pydantic/pull/9653) - ⚡️ Speed up `_get_all_json_refs()` by 34% in `pydantic/json_schema.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9650](https://github.com/pydantic/pydantic/pull/9650) - ⚡️ Speed up `is_pydantic_dataclass()` by 41% in `pydantic/dataclasses.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9652](https://github.com/pydantic/pydantic/pull/9652) - ⚡️ Speed up `to_snake()` by 27% in `pydantic/alias_generators.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9747](https://github.com/pydantic/pydantic/pull/9747) - ⚡️ Speed up `unwrap_wrapped_function()` by 93% in `pydantic/_internal/_decorators.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9727](https://github.com/pydantic/pydantic/pull/9727) ##### Fixes - Replace `__spec__.parent` with `__package__` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;9331](https://github.com/pydantic/pydantic/pull/9331) - Fix Outputted Model JSON Schema for `Sequence` type by [@&#8203;anesmemisevic](https://github.com/anesmemisevic) in [#&#8203;9303](https://github.com/pydantic/pydantic/pull/9303) - Fix typing of `_frame_depth` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9353](https://github.com/pydantic/pydantic/pull/9353) - Make `ImportString` json schema compatible by [@&#8203;amitschang](https://github.com/amitschang) in [#&#8203;9344](https://github.com/pydantic/pydantic/pull/9344) - Hide private attributes (`PrivateAttr`) from `__init__` signature in type checkers by [@&#8203;idan22moral](https://github.com/idan22moral) in [#&#8203;9293](https://github.com/pydantic/pydantic/pull/9293) - Make detection of `TypeVar` defaults robust to the CPython `PEP-696` implementation by [@&#8203;AlexWaygood](https://github.com/AlexWaygood) in [#&#8203;9426](https://github.com/pydantic/pydantic/pull/9426) - Fix usage of `PlainSerializer` with builtin types by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9450](https://github.com/pydantic/pydantic/pull/9450) - Add more robust custom validation examples by [@&#8203;ChrisPappalardo](https://github.com/ChrisPappalardo) in [#&#8203;9468](https://github.com/pydantic/pydantic/pull/9468) - Fix ignored `strict` specification for `StringConstraint(strict=False)` by [@&#8203;vbmendes](https://github.com/vbmendes) in [#&#8203;9476](https://github.com/pydantic/pydantic/pull/9476) - **Breaking Change:** Use PEP 570 syntax by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9479](https://github.com/pydantic/pydantic/pull/9479) - Use `Self` where possible by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9479](https://github.com/pydantic/pydantic/pull/9479) - Do not alter `RootModel.model_construct` signature in the `mypy` plugin by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9480](https://github.com/pydantic/pydantic/pull/9480) - Fixed type hint of `validation_context` by [@&#8203;OhioDschungel6](https://github.com/OhioDschungel6) in [#&#8203;9508](https://github.com/pydantic/pydantic/pull/9508) - Support context being passed to TypeAdapter's `dump_json`/`dump_python` by [@&#8203;alexcouper](https://github.com/alexcouper) in [#&#8203;9495](https://github.com/pydantic/pydantic/pull/9495) - Updates type signature for `Field()` constructor by [@&#8203;bjmc](https://github.com/bjmc) in [#&#8203;9484](https://github.com/pydantic/pydantic/pull/9484) - Improve builtin alias generators by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9561](https://github.com/pydantic/pydantic/pull/9561) - Fix typing of `TypeAdapter` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9570](https://github.com/pydantic/pydantic/pull/9570) - Add fallback default value for private fields in `__setstate__` of BaseModel by [@&#8203;anhpham1509](https://github.com/anhpham1509) in [#&#8203;9584](https://github.com/pydantic/pydantic/pull/9584) - Support `PEP 746` by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;9587](https://github.com/pydantic/pydantic/pull/9587) - Allow validator and serializer functions to have default values by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9478](https://github.com/pydantic/pydantic/pull/9478) - Fix bug with mypy plugin's handling of covariant `TypeVar` fields by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9606](https://github.com/pydantic/pydantic/pull/9606) - Fix multiple annotation / constraint application logic by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9623](https://github.com/pydantic/pydantic/pull/9623) - Respect `regex` flags in validation and json schema by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9591](https://github.com/pydantic/pydantic/pull/9591) - Fix type hint on `IpvAnyAddress` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9640](https://github.com/pydantic/pydantic/pull/9640) - Allow a field specifier on `__pydantic_extra__` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9659](https://github.com/pydantic/pydantic/pull/9659) - Use normalized case for file path comparison by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9737](https://github.com/pydantic/pydantic/pull/9737) - Modify constraint application logic to allow field constraints on `Optional[Decimal]` by [@&#8203;lazyhope](https://github.com/lazyhope) in [#&#8203;9754](https://github.com/pydantic/pydantic/pull/9754) - `validate_call` type params fix by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9760](https://github.com/pydantic/pydantic/pull/9760) - Check all warnings returned by pytest.warns() by [@&#8203;s-t-e-v-e-n-k](https://github.com/s-t-e-v-e-n-k) in [#&#8203;9702](https://github.com/pydantic/pydantic/pull/9702) - Reuse `re.Pattern` object in regex patterns to allow for regex flags by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1318](https://github.com/pydantic/pydantic-core/pull/1318) ##### New Contributors - [@&#8203;idan22moral](https://github.com/idan22moral) made their first contribution in [#&#8203;9294](https://github.com/pydantic/pydantic/pull/9294) - [@&#8203;anesmemisevic](https://github.com/anesmemisevic) made their first contribution in [#&#8203;9303](https://github.com/pydantic/pydantic/pull/9303) - [@&#8203;max-muoto](https://github.com/max-muoto) made their first contribution in [#&#8203;9338](https://github.com/pydantic/pydantic/pull/9338) - [@&#8203;amitschang](https://github.com/amitschang) made their first contribution in [#&#8203;9344](https://github.com/pydantic/pydantic/pull/9344) - [@&#8203;paulmartin91](https://github.com/paulmartin91) made their first contribution in [#&#8203;9410](https://github.com/pydantic/pydantic/pull/9410) - [@&#8203;OhioDschungel6](https://github.com/OhioDschungel6) made their first contribution in [#&#8203;9405](https://github.com/pydantic/pydantic/pull/9405) - [@&#8203;AlexWaygood](https://github.com/AlexWaygood) made their first contribution in [#&#8203;9426](https://github.com/pydantic/pydantic/pull/9426) - [@&#8203;kinuax](https://github.com/kinuax) made their first contribution in [#&#8203;9433](https://github.com/pydantic/pydantic/pull/9433) - [@&#8203;antoni-jamiolkowski](https://github.com/antoni-jamiolkowski) made their first contribution in [#&#8203;9431](https://github.com/pydantic/pydantic/pull/9431) - [@&#8203;candleindark](https://github.com/candleindark) made their first contribution in [#&#8203;9448](https://github.com/pydantic/pydantic/pull/9448) - [@&#8203;nix010](https://github.com/nix010) made their first contribution in [#&#8203;9170](https://github.com/pydantic/pydantic/pull/9170) - [@&#8203;tomy0000000](https://github.com/tomy0000000) made their first contribution in [#&#8203;9457](https://github.com/pydantic/pydantic/pull/9457) - [@&#8203;vbmendes](https://github.com/vbmendes) made their first contribution in [#&#8203;9470](https://github.com/pydantic/pydantic/pull/9470) - [@&#8203;micheleAlberto](https://github.com/micheleAlberto) made their first contribution in [#&#8203;9471](https://github.com/pydantic/pydantic/pull/9471) - [@&#8203;ChrisPappalardo](https://github.com/ChrisPappalardo) made their first contribution in [#&#8203;9468](https://github.com/pydantic/pydantic/pull/9468) - [@&#8203;blueTurtz](https://github.com/blueTurtz) made their first contribution in [#&#8203;9475](https://github.com/pydantic/pydantic/pull/9475) - [@&#8203;WinterBlue16](https://github.com/WinterBlue16) made their first contribution in [#&#8203;9477](https://github.com/pydantic/pydantic/pull/9477) - [@&#8203;bittner](https://github.com/bittner) made their first contribution in [#&#8203;9500](https://github.com/pydantic/pydantic/pull/9500) - [@&#8203;alexcouper](https://github.com/alexcouper) made their first contribution in [#&#8203;9495](https://github.com/pydantic/pydantic/pull/9495) - [@&#8203;bjmc](https://github.com/bjmc) made their first contribution in [#&#8203;9484](https://github.com/pydantic/pydantic/pull/9484) - [@&#8203;pjvv](https://github.com/pjvv) made their first contribution in [#&#8203;9529](https://github.com/pydantic/pydantic/pull/9529) - [@&#8203;nedbat](https://github.com/nedbat) made their first contribution in [#&#8203;9530](https://github.com/pydantic/pydantic/pull/9530) - [@&#8203;gunnellEvan](https://github.com/gunnellEvan) made their first contribution in [#&#8203;9469](https://github.com/pydantic/pydantic/pull/9469) - [@&#8203;jaymbans](https://github.com/jaymbans) made their first contribution in [#&#8203;9531](https://github.com/pydantic/pydantic/pull/9531) - [@&#8203;MarcBresson](https://github.com/MarcBresson) made their first contribution in [#&#8203;9534](https://github.com/pydantic/pydantic/pull/9534) - [@&#8203;anhpham1509](https://github.com/anhpham1509) made their first contribution in [#&#8203;9584](https://github.com/pydantic/pydantic/pull/9584) - [@&#8203;K-dash](https://github.com/K-dash) made their first contribution in [#&#8203;9595](https://github.com/pydantic/pydantic/pull/9595) - [@&#8203;s-t-e-v-e-n-k](https://github.com/s-t-e-v-e-n-k) made their first contribution in [#&#8203;9527](https://github.com/pydantic/pydantic/pull/9527) - [@&#8203;airwoodix](https://github.com/airwoodix) made their first contribution in [#&#8203;9506](https://github.com/pydantic/pydantic/pull/9506) - [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) made their first contribution in [#&#8203;9653](https://github.com/pydantic/pydantic/pull/9653) - [@&#8203;AlessandroMiola](https://github.com/AlessandroMiola) made their first contribution in [#&#8203;9740](https://github.com/pydantic/pydantic/pull/9740) - [@&#8203;mylapallilavanyaa](https://github.com/mylapallilavanyaa) made their first contribution in [#&#8203;9746](https://github.com/pydantic/pydantic/pull/9746) - [@&#8203;lazyhope](https://github.com/lazyhope) made their first contribution in [#&#8203;9754](https://github.com/pydantic/pydantic/pull/9754) - [@&#8203;YassinNouh21](https://github.com/YassinNouh21) made their first contribution in [#&#8203;9759](https://github.com/pydantic/pydantic/pull/9759) ### [`v2.7.4`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v274-2024-06-12) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4) [Github release](https://github.com/pydantic/pydantic/releases/tag/v2.7.4) ##### What's Changed ##### Packaging - Bump `pydantic.v1` to `v1.10.16` reference by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9639](https://github.com/pydantic/pydantic/pull/9639) ##### Fixes - Specify `recursive_guard` as kwarg in `FutureRef._evaluate` by [@&#8203;vfazio](https://github.com/vfazio) in [#&#8203;9612](https://github.com/pydantic/pydantic/pull/9612) ### [`v2.7.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v273-2024-06-03) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.3) ##### What's Changed ##### Packaging - Bump `pydantic-core` to `v2.18.4` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9550](https://github.com/pydantic/pydantic/pull/9550) ##### Fixes - Fix u style unicode strings in python [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/jiter#110](https://github.com/pydantic/jiter/pull/110) ### [`v2.7.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v272-2024-05-28) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.2) ##### What's Changed ##### Packaging - Bump `pydantic-core` to `v2.18.3` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9515](https://github.com/pydantic/pydantic/pull/9515) ##### Fixes - Replace `__spec__.parent` with `__package__` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;9331](https://github.com/pydantic/pydantic/pull/9331) - Fix validation of `int`s with leading unary minus by [@&#8203;RajatRajdeep](https://github.com/RajatRajdeep) in [pydantic/pydantic-core#1291](https://github.com/pydantic/pydantic-core/pull/1291) - Fix `str` subclass validation for enums by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1273](https://github.com/pydantic/pydantic-core/pull/1273) - Support `BigInt`s in `Literal`s and `Enum`s by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1297](https://github.com/pydantic/pydantic-core/pull/1297) - Fix: uuid - allow `str` subclass as input by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1296](https://github.com/pydantic/pydantic-core/pull/1296) ### [`v2.7.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v271-2024-04-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.7.0...v2.7.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.1) ##### What's Changed ##### Packaging - Bump `pydantic-core` to `v2.18.2` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9307](https://github.com/pydantic/pydantic/pull/9307) ##### New Features - Ftp and Websocket connection strings support by [@&#8203;CherrySuryp](https://github.com/CherrySuryp) in [#&#8203;9205](https://github.com/pydantic/pydantic/pull/9205) ##### Changes - Use field description for RootModel schema description when there is `…` by [@&#8203;LouisGobert](https://github.com/LouisGobert) in [#&#8203;9214](https://github.com/pydantic/pydantic/pull/9214) ##### Fixes - Fix `validation_alias` behavior with `model_construct` for `AliasChoices` and `AliasPath` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9223](https://github.com/pydantic/pydantic/pull/9223) - Revert `typing.Literal` and import it outside the TYPE\_CHECKING block by [@&#8203;frost-nzcr4](https://github.com/frost-nzcr4) in [#&#8203;9232](https://github.com/pydantic/pydantic/pull/9232) - Fix `Secret` serialization schema, applicable for unions by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9240](https://github.com/pydantic/pydantic/pull/9240) - Fix `strict` application to `function-after` with `use_enum_values` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9279](https://github.com/pydantic/pydantic/pull/9279) - Address case where `model_construct` on a class which defines `model_post_init` fails with `AttributeError` by [@&#8203;babygrimes](https://github.com/babygrimes) in [#&#8203;9168](https://github.com/pydantic/pydantic/pull/9168) - Fix `model_json_schema` with config types by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;9287](https://github.com/pydantic/pydantic/pull/9287) - Support multiple zeros as an `int` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1269](https://github.com/pydantic/pydantic-core/pull/1269) - Fix validation of `int`s with leading unary plus by [@&#8203;cknv](https://github.com/cknv) in [pydantic/pydantic-core#1272](https://github.com/pydantic/pydantic-core/pull/1272) - Fix interaction between `extra != 'ignore'` and `from_attributes=True` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1276](https://github.com/pydantic/pydantic-core/pull/1276) - Handle error from `Enum`'s `missing` function as `ValidationError` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1274](https://github.com/pydantic/pydantic-core/pull/1754) - Fix memory leak with `Iterable` validation by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1271](https://github.com/pydantic/pydantic-core/pull/1751) ##### New Contributors - [@&#8203;zzstoatzz](https://github.com/zzstoatzz) made their first contribution in [#&#8203;9219](https://github.com/pydantic/pydantic/pull/9219) - [@&#8203;frost-nzcr4](https://github.com/frost-nzcr4) made their first contribution in [#&#8203;9232](https://github.com/pydantic/pydantic/pull/9232) - [@&#8203;CherrySuryp](https://github.com/CherrySuryp) made their first contribution in [#&#8203;9205](https://github.com/pydantic/pydantic/pull/9205) - [@&#8203;vagenas](https://github.com/vagenas) made their first contribution in [#&#8203;9268](https://github.com/pydantic/pydantic/pull/9268) - [@&#8203;ollz272](https://github.com/ollz272) made their first contribution in [#&#8203;9262](https://github.com/pydantic/pydantic/pull/9262) - [@&#8203;babygrimes](https://github.com/babygrimes) made their first contribution in [#&#8203;9168](https://github.com/pydantic/pydantic/pull/9168) - [@&#8203;swelborn](https://github.com/swelborn) made their first contribution in [#&#8203;9296](https://github.com/pydantic/pydantic/pull/9296) - [@&#8203;kf-novi](https://github.com/kf-novi) made their first contribution in [#&#8203;9236](https://github.com/pydantic/pydantic/pull/9236) - [@&#8203;lgeiger](https://github.com/lgeiger) made their first contribution in [#&#8203;9288](https://github.com/pydantic/pydantic/pull/9288) ### [`v2.7.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v270-2024-04-11) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.6.4...v2.7.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.0) The code released in v2.7.0 is practically identical to that of v2.7.0b1. ##### What's Changed ##### Packaging - Reorganize `pyproject.toml` sections by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8899](https://github.com/pydantic/pydantic/pull/8899) - Bump `pydantic-core` to `v2.18.1` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9211](https://github.com/pydantic/pydantic/pull/9211) - Adopt `jiter` `v0.2.0` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1250](https://github.com/pydantic/pydantic-core/pull/1250) ##### New Features - Extract attribute docstrings from `FieldInfo.description` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;6563](https://github.com/pydantic/pydantic/pull/6563) - Add a `with_config` decorator to comply with typing spec by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8611](https://github.com/pydantic/pydantic/pull/8611) - Allow an optional separator splitting the value and unit of the result of `ByteSize.human_readable` by [@&#8203;jks15satoshi](https://github.com/jks15satoshi) in [#&#8203;8706](https://github.com/pydantic/pydantic/pull/8706) - Add generic `Secret` base type by [@&#8203;conradogarciaberrotaran](https://github.com/conradogarciaberrotaran) in [#&#8203;8519](https://github.com/pydantic/pydantic/pull/8519) - Make use of `Sphinx` inventories for cross references in docs by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8682](https://github.com/pydantic/pydantic/pull/8682) - Add environment variable to disable plugins by [@&#8203;geospackle](https://github.com/geospackle) in [#&#8203;8767](https://github.com/pydantic/pydantic/pull/8767) - Add support for `deprecated` fields by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8237](https://github.com/pydantic/pydantic/pull/8237) - Allow `field_serializer('*')` by [@&#8203;ornariece](https://github.com/ornariece) in [#&#8203;9001](https://github.com/pydantic/pydantic/pull/9001) - Handle a case when `model_config` is defined as a model property by [@&#8203;alexeyt101](https://github.com/alexeyt101) in [#&#8203;9004](https://github.com/pydantic/pydantic/pull/9004) - Update `create_model()` to support `typing.Annotated` as input by [@&#8203;wannieman98](https://github.com/wannieman98) in [#&#8203;8947](https://github.com/pydantic/pydantic/pull/8947) - Add `ClickhouseDsn` support by [@&#8203;solidguy7](https://github.com/solidguy7) in [#&#8203;9062](https://github.com/pydantic/pydantic/pull/9062) - Add support for `re.Pattern[str]` to `pattern` field by [@&#8203;jag-k](https://github.com/jag-k) in [#&#8203;9053](https://github.com/pydantic/pydantic/pull/9053) - Support for `serialize_as_any` runtime setting by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8830](https://github.com/pydantic/pydantic/pull/8830) - Add support for `typing.Self` by [@&#8203;Youssefares](https://github.com/Youssefares) in [#&#8203;9023](https://github.com/pydantic/pydantic/pull/9023) - Ability to pass `context` to serialization by [@&#8203;ornariece](https://github.com/ornariece) in [#&#8203;8965](https://github.com/pydantic/pydantic/pull/8965) - Add feedback widget to docs with flarelytics integration by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9129](https://github.com/pydantic/pydantic/pull/9129) - Support for parsing partial JSON strings in Python by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/jiter#66](https://github.com/pydantic/jiter/pull/66) **Finalized in v2.7.0, rather than v2.7.0b1:** - Add support for field level number to str coercion option by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;9137](https://github.com/pydantic/pydantic/pull/9137) - Update `warnings` parameter for serialization utilities to allow raising a warning by [@&#8203;Lance-Drane](https://github.com/Lance-Drane) in [#&#8203;9166](https://github.com/pydantic/pydantic/pull/9166) ##### Changes - Correct docs, logic for `model_construct` behavior with `extra` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8807](https://github.com/pydantic/pydantic/pull/8807) - Improve error message for improper `RootModel` subclasses by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8857](https://github.com/pydantic/pydantic/pull/8857) - **Breaking Change:** Use `PEP570` syntax by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8940](https://github.com/pydantic/pydantic/pull/8940) - Add `enum` and `type` to the JSON schema for single item literals by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8944](https://github.com/pydantic/pydantic/pull/8944) - Deprecate `update_json_schema` internal function by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9125](https://github.com/pydantic/pydantic/pull/9125) - Serialize duration to hour minute second, instead of just seconds by [@&#8203;kakilangit](https://github.com/kakilangit) in [pydantic/speedate#50](https://github.com/pydantic/speedate/pull/50) - Trimming str before parsing to int and float by [@&#8203;hungtsetse](https://github.com/hungtsetse) in [pydantic/pydantic-core#1203](https://github.com/pydantic/pydantic-core/pull/1203) ##### Performance - `enum` validator improvements by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;9045](https://github.com/pydantic/pydantic/pull/9045) - Move `enum` validation and serialization to Rust by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;9064](https://github.com/pydantic/pydantic/pull/9064) - Improve schema generation for nested dataclasses by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9114](https://github.com/pydantic/pydantic/pull/9114) - Fast path for ASCII python string creation in JSON by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in in [pydantic/jiter#72](https://github.com/pydantic/jiter/pull/72) - SIMD integer and string JSON parsing on `aarch64`(**Note:** SIMD on x86 will be implemented in a future release) by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in in [pydantic/jiter#65](https://github.com/pydantic/jiter/pull/65) - Support JSON `Cow<str>` from `jiter` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1231](https://github.com/pydantic/pydantic-core/pull/1231) - MAJOR performance improvement: update to PyO3 0.21 final by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1248](https://github.com/pydantic/pydantic-core/pull/1248) - cache Python strings by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1240](https://github.com/pydantic/pydantic-core/pull/1240) ##### Fixes - Fix strict parsing for some `Sequence`s by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8614](https://github.com/pydantic/pydantic/pull/8614) - Add a check on the existence of `__qualname__` by [@&#8203;anci3ntr0ck](https://github.com/anci3ntr0ck) in [#&#8203;8642](https://github.com/pydantic/pydantic/pull/8642) - Handle `__pydantic_extra__` annotation being a string or inherited by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8659](https://github.com/pydantic/pydantic/pull/8659) - Fix json validation for `NameEmail` by [@&#8203;Holi0317](https://github.com/Holi0317) in [#&#8203;8650](https://github.com/pydantic/pydantic/pull/8650) - Fix type-safety of attribute access in `BaseModel` by [@&#8203;bluenote10](https://github.com/bluenote10) in [#&#8203;8651](https://github.com/pydantic/pydantic/pull/8651) - Fix bug with `mypy` plugin and `no_strict_optional = True` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8666](https://github.com/pydantic/pydantic/pull/8666) - Fix `ByteSize` error `type` change by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8681](https://github.com/pydantic/pydantic/pull/8681) - Fix inheriting annotations in dataclasses by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8679](https://github.com/pydantic/pydantic/pull/8679) - Fix regression in core schema generation for indirect definition references by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8702](https://github.com/pydantic/pydantic/pull/8702) - Fix unsupported types bug with plain validator by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8710](https://github.com/pydantic/pydantic/pull/8710) - Reverting problematic fix from 2.6 release, fixing schema building bug by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8718](https://github.com/pydantic/pydantic/pull/8718) - fixes `__pydantic_config__` ignored for TypeDict by [@&#8203;13sin](https://github.com/13sin) in [#&#8203;8734](https://github.com/pydantic/pydantic/pull/8734) - Fix test failures with `pytest v8.0.0` due to `pytest.warns()` starting to work inside `pytest.raises()` by [@&#8203;mgorny](https://github.com/mgorny) in [#&#8203;8678](https://github.com/pydantic/pydantic/pull/8678) - Use `is_valid_field` from 1.x for `mypy` plugin by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;8738](https://github.com/pydantic/pydantic/pull/8738) - Better-support `mypy` strict equality flag by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8799](https://github.com/pydantic/pydantic/pull/8799) - model\_json\_schema export with Annotated types misses 'required' parameters by [@&#8203;LouisGobert](https://github.com/LouisGobert) in [#&#8203;8793](https://github.com/pydantic/pydantic/pull/8793) - Fix default inclusion in `FieldInfo.__repr_args__` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8801](https://github.com/pydantic/pydantic/pull/8801) - Fix resolution of forward refs in dataclass base classes that are not present in the subclass module namespace by [@&#8203;matsjoyce-refeyn](https://github.com/matsjoyce-refeyn) in [#&#8203;8751](https://github.com/pydantic/pydantic/pull/8751) - Fix `BaseModel` type annotations to be resolvable by `typing.get_type_hints` by [@&#8203;devmonkey22](https://github.com/devmonkey22) in [#&#8203;7680](https://github.com/pydantic/pydantic/pull/7680) - Fix: allow empty string aliases with `AliasGenerator` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8810](https://github.com/pydantic/pydantic/pull/8810) - Fix test along with `date` -> `datetime` timezone assumption fix by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8823](https://github.com/pydantic/pydantic/pull/8823) - Fix deprecation warning with usage of `ast.Str` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8837](https://github.com/pydantic/pydantic/pull/8837) - Add missing `deprecated` decorators by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8877](https://github.com/pydantic/pydantic/pull/8877) - Fix serialization of `NameEmail` if name includes an email address by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;8860](https://github.com/pydantic/pydantic/pull/8860) - Add information about class in error message of schema generation by [@&#8203;Czaki](https://github.com/Czaki) in [#&#8203;8917](https://github.com/pydantic/pydantic/pull/8917) - Make `TypeAdapter`'s typing compatible with special forms by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;8923](https://github.com/pydantic/pydantic/pull/8923) - Fix issue with config behavior being baked into the ref schema for `enum`s by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8920](https://github.com/pydantic/pydantic/pull/8920) - More helpful error re wrong `model_json_schema` usage by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8928](https://github.com/pydantic/pydantic/pull/8928) - Fix nested discriminated union schema gen, pt 2 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8932](https://github.com/pydantic/pydantic/pull/8932) - Fix schema build for nested dataclasses / TypedDicts with discriminators by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8950](https://github.com/pydantic/pydantic/pull/8950) - Remove unnecessary logic for definitions schema gen with discriminated unions by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8951](https://github.com/pydantic/pydantic/pull/8951) - Fix handling of optionals in `mypy` plugin by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9008](https://github.com/pydantic/pydantic/pull/9008) - Fix `PlainSerializer` usage with std type constructor by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9031](https://github.com/pydantic/pydantic/pull/9031) - Remove unnecessary warning for config in plugin by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9039](https://github.com/pydantic/pydantic/pull/9039) - Fix default value serializing by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;9066](https://github.com/pydantic/pydantic/pull/9066) - Fix extra fields check in `Model.__getattr__()` by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;9082](https://github.com/pydantic/pydantic/pull/9082) - Fix `ClassVar` forward ref inherited from parent class by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;9097](https://github.com/pydantic/pydantic/pull/9097) - fix sequence like validator with strict `True` by [@&#8203;andresliszt](https://github.com/andresliszt) in [#&#8203;8977](https://github.com/pydantic/pydantic/pull/8977) - Improve warning message when a field name shadows a field in a parent model by [@&#8203;chan-vince](https://github.com/chan-vince) in [#&#8203;9105](https://github.com/pydantic/pydantic/pull/9105) - Do not warn about shadowed fields if they are not redefined in a child class by [@&#8203;chan-vince](https://github.com/chan-vince) in [#&#8203;9111](https://github.com/pydantic/pydantic/pull/9111) - Fix discriminated union bug with unsubstituted type var by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9124](https://github.com/pydantic/pydantic/pull/9124) - Support serialization of `deque` when passed to `Sequence[blah blah blah]` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9128](https://github.com/pydantic/pydantic/pull/9128) - Init private attributes from super-types in `model_post_init` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9134](https://github.com/pydantic/pydantic/pull/9134) - fix `model_construct` with `validation_alias` by [@&#8203;ornariece](https://github.com/ornariece) in [#&#8203;9144](https://github.com/pydantic/pydantic/pull/9144) - Ensure json-schema generator handles `Literal` `null` types by [@&#8203;bruno-f-cruz](https://github.com/bruno-f-cruz) in [#&#8203;9135](https://github.com/pydantic/pydantic/pull/9135) - **Fixed in v2.7.0**: Fix allow extra generic by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9193](https://github.com/pydantic/pydantic/pull/9193) ##### New Contributors - [@&#8203;hungtsetse](https://github.com/hungtsetse) made their first contribution in [#&#8203;8546](https://github.com/pydantic/pydantic/pull/8546) - [@&#8203;StrawHatDrag0n](https://github.com/StrawHatDrag0n) made their first contribution in [#&#8203;8583](https://github.com/pydantic/pydantic/pull/8583) - [@&#8203;anci3ntr0ck](https://github.com/anci3ntr0ck) made their first contribution in [#&#8203;8642](https://github.com/pydantic/pydantic/pull/8642) - [@&#8203;Holi0317](https://github.com/Holi0317) made their first contribution in [#&#8203;8650](https://github.com/pydantic/pydantic/pull/8650) - [@&#8203;bluenote10](https://github.com/bluenote10) made their first contribution in [#&#8203;8651](https://github.com/pydantic/pydantic/pull/8651) - [@&#8203;ADSteele916](https://github.com/ADSteele916) made their first contribution in [#&#8203;8703](https://github.com/pydantic/pydantic/pull/8703) - [@&#8203;musicinmybrain](https://github.com/musicinmybrain) made their first contribution in [#&#8203;8731](https://github.com/pydantic/pydantic/pull/8731) - [@&#8203;jks15satoshi](https://github.com/jks15satoshi) made their first contribution in [#&#8203;8706](https://github.com/pydantic/pydantic/pull/8706) - [@&#8203;13sin](https://github.com/13sin) made their first contribution in [#&#8203;8734](https://github.com/pydantic/pydantic/pull/8734) - [@&#8203;DanielNoord](https://github.com/DanielNoord) made their first contribution in [#&#8203;8738](https://github.com/pydantic/pydantic/pull/8738) - [@&#8203;conradogarciaberrotaran](https://github.com/conradogarciaberrotaran) made their first contribution in [#&#8203;8519](https://github.com/pydantic/pydantic/pull/8519) - [@&#8203;chris-griffin](https://github.com/chris-griffin) made their first contribution in [#&#8203;8775](https://github.com/pydantic/pydantic/pull/8775) - [@&#8203;LouisGobert](https://github.com/LouisGobert) made their first contribution in [#&#8203;8793](https://github.com/pydantic/pydantic/pull/8793) - [@&#8203;matsjoyce-refeyn](https://github.com/matsjoyce-refeyn) made their first contribution in [#&#8203;8751](https://github.com/pydantic/pydantic/pull/8751) - [@&#8203;devmonkey22](https://github.com/devmonkey22) made their first contribution in [#&#8203;7680](https://github.com/pydantic/pydantic/pull/7680) - [@&#8203;adamency](https://github.com/adamency) made their first contribution in [#&#8203;8847](https://github.com/pydantic/pydantic/pull/8847) - [@&#8203;MamfTheKramf](https://github.com/MamfTheKramf) made their first contribution in [#&#8203;8851](https://github.com/pydantic/pydantic/pull/8851) - [@&#8203;ornariece](https://github.com/ornariece) made their first contribution in [#&#8203;9001](https://github.com/pydantic/pydantic/pull/9001) - [@&#8203;alexeyt101](https://github.com/alexeyt101) made their first contribution in [#&#8203;9004](https://github.com/pydantic/pydantic/pull/9004) - [@&#8203;wannieman98](https://github.com/wannieman98) made their first contribution in [#&#8203;8947](https://github.com/pydantic/pydantic/pull/8947) - [@&#8203;solidguy7](https://github.com/solidguy7) made their first contribution in [#&#8203;9062](https://github.com/pydantic/pydantic/pull/9062) - [@&#8203;kloczek](https://github.com/kloczek) made their first contribution in [#&#8203;9047](https://github.com/pydantic/pydantic/pull/9047) - [@&#8203;jag-k](https://github.com/jag-k) made their first contribution in [#&#8203;9053](https://github.com/pydantic/pydantic/pull/9053) - [@&#8203;priya-gitTest](https://github.com/priya-gitTest) made their first contribution in [#&#8203;9088](https://github.com/pydantic/pydantic/pull/9088) - [@&#8203;Youssefares](https://github.com/Youssefares) made their first contribution in [#&#8203;9023](https://github.com/pydantic/pydantic/pull/9023) - [@&#8203;chan-vince](https://github.com/chan-vince) made their first contribution in [#&#8203;9105](https://github.com/pydantic/pydantic/pull/9105) - [@&#8203;bruno-f-cruz](https://github.com/bruno-f-cruz) made their first contribution in [#&#8203;9135](https://github.com/pydantic/pydantic/pull/9135) - [@&#8203;Lance-Drane](https://github.com/Lance-Drane) made their first contribution in [#&#8203;9166](https://github.com/pydantic/pydantic/pull/9166) ### [`v2.6.4`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v264-2024-03-12) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.6.3...v2.6.4) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.4) ##### What's Changed ##### Fixes - Fix usage of `AliasGenerator` with `computed_field` decorator by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8806](https://github.com/pydantic/pydantic/pull/8806) - Fix nested discriminated union schema gen, pt 2 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8932](https://github.com/pydantic/pydantic/pull/8932) - Fix bug with no\_strict\_optional=True caused by API deferral by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8826](https://github.com/pydantic/pydantic/pull/8826) ### [`v2.6.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v263-2024-02-27) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.6.2...v2.6.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.3) ##### What's Changed ##### Packaging - Update `pydantic-settings` version in the docs by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;8906](https://github.com/pydantic/pydantic/pull/8906) ##### Fixes - Fix discriminated union schema gen bug by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8904](https://github.com/pydantic/pydantic/pull/8904) ### [`v2.6.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v262-2024-02-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.6.1...v2.6.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.2) ##### What's Changed ##### Packaging - Upgrade to `pydantic-core` 2.16.3 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8879](https://github.com/pydantic/pydantic/pull/8879) ##### Fixes - 'YYYY-MM-DD' date string coerced to datetime shouldn't infer timezone by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1193](https://github.com/pydantic/pydantic-core/pull/1193) ### [`v2.6.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v261-2024-02-05) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.6.0...v2.6.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.1) ##### What's Changed ##### Packaging - Upgrade to `pydantic-core` 2.16.2 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8717](https://github.com/pydantic/pydantic/pull/8717) ##### Fixes - Fix bug with `mypy` plugin and `no_strict_optional = True` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8666](https://github.com/pydantic/pydantic/pull/8666) - Fix `ByteSize` error `type` change by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8681](https://github.com/pydantic/pydantic/pull/8681) - Fix inheriting `Field` annotations in dataclasses by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8679](https://github.com/pydantic/pydantic/pull/8679) - Fix regression in core schema generation for indirect definition references by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8702](https://github.com/pydantic/pydantic/pull/8702) - Fix unsupported types bug with `PlainValidator` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8710](https://github.com/pydantic/pydantic/pull/8710) - Reverting problematic fix from 2.6 release, fixing schema building bug by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8718](https://github.com/pydantic/pydantic/pull/8718) - Fix warning for tuple of wrong size in `Union` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1174](https://github.com/pydantic/pydantic-core/pull/1174) - Fix `computed_field` JSON serializer `exclude_none` behavior by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1187](https://github.com/pydantic/pydantic-core/pull/1187) ### [`v2.6.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v260-2024-01-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.6.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.0) The code released in v2.6.0 is practically identical to that of v2.6.0b1. ##### What's Changed ##### Packaging - Check for `email-validator` version >= 2.0 by [@&#8203;commonism](https://github.com/commonism) in [#&#8203;6033](https://github.com/pydantic/pydantic/pull/6033) - Upgrade \`ruff\`\` target version to Python 3.8 by [@&#8203;Elkiwa](https://github.com/Elkiwa) in [#&#8203;8341](https://github.com/pydantic/pydantic/pull/8341) - Update to `pydantic-extra-types==2.4.1` by [@&#8203;yezz123](https://github.com/yezz123) in [#&#8203;8478](https://github.com/pydantic/pydantic/pull/8478) - Update to `pyright==1.1.345` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8453](https://github.com/pydantic/pydantic/pull/8453) - Update pydantic-core from 2.14.6 to 2.16.1, significant changes from these updates are described below, full changelog [here](https://github.com/pydantic/pydantic-core/compare/v2.14.6...v2.16.1) ##### New Features - Add `NatsDsn` by [@&#8203;ekeew](https://github.com/ekeew) in [#&#8203;6874](https://github.com/pydantic/pydantic/pull/6874) - Add `ConfigDict.ser_json_inf_nan` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;8159](https://github.com/pydantic/pydantic/pull/8159) - Add `types.OnErrorOmit` by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;8222](https://github.com/pydantic/pydantic/pull/8222) - Support `AliasGenerator` usage by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8282](https://github.com/pydantic/pydantic/pull/8282) - Add Pydantic People Page to docs by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8345](https://github.com/pydantic/pydantic/pull/8345) - Support `yyyy-MM-DD` datetime parsing by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8404](https://github.com/pydantic/pydantic/pull/8404) - Added bits conversions to the `ByteSize` class [#&#8203;8415](https://github.com/pydantic/pydantic/issues/8415) by [@&#8203;luca-matei](https://github.com/luca-matei) in [#&#8203;8507](https://github.com/pydantic/pydantic/pull/8507) - Enable json schema creation with type `ByteSize` by [@&#8203;geospackle](https://github.com/geospackle) in [#&#8203;8537](https://github.com/pydantic/pydantic/pull/8537) - Add `eval_type_backport` to handle union operator and builtin generic subscripting in older Pythons by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8209](https://github.com/pydantic/pydantic/pull/8209) - Add support for `dataclass` fields `init` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8552](https://github.com/pydantic/pydantic/pull/8552) - Implement pickling for `ValidationError` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1119](https://github.com/pydantic/pydantic-core/pull/1119) - Add unified tuple validator that can handle "variadic" tuples via PEP-646 by [@&#8203;dmontagu](https://github.com/dmontagu) in [pydantic/pydantic-core#865](https://github.com/pydantic/pydantic-core/pull/865) ##### Changes - Drop Python3.7 support by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7188](https://github.com/pydantic/pydantic/pull/7188) - Drop Python 3.7, and PyPy 3.7 and 3.8 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1129](https://github.com/pydantic/pydantic-core/pull/1129) - Use positional-only `self` in `BaseModel` constructor, so no field name can ever conflict with it by [@&#8203;ariebovenberg](https://github.com/ariebovenberg) in [#&#8203;8072](https://github.com/pydantic/pydantic/pull/8072) - Make `@validate_call` return a function instead of a custom descriptor - fixes binding issue with inheritance and adds `self/cls` argument to validation errors by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8268](https://github.com/pydantic/pydantic/pull/8268) - Exclude `BaseModel` docstring from JSON schema description by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8352](https://github.com/pydantic/pydantic/pull/8352) - Introducing `classproperty` decorator for `model_computed_fields` by [@&#8203;Jocelyn-Gas](https://github.com/Jocelyn-Gas) in [#&#8203;8437](https://github.com/pydantic/pydantic/pull/8437) - Explicitly raise an error if field names clashes with types by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8243](https://github.com/pydantic/pydantic/pull/8243) - Use stricter serializer for unions of simple types by [@&#8203;alexdrydew](https://github.com/alexdrydew) [pydantic/pydantic-core#1132](https://github.com/pydantic/pydantic-core/pull/1132) ##### Performance - Add Codspeed profiling Actions workflow by [@&#8203;lambertsbennett](https://github.com/lambertsbennett) in [#&#8203;8054](https://github.com/pydantic/pydantic/pull/8054) - Improve `int` extraction by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1155](https://github.com/pydantic/pydantic-core/pull/1155) - Improve performance of recursion guard by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1156](https://github.com/pydantic/pydantic-core/pull/1156) - `dataclass` serialization speedups by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1162](https://github.com/pydantic/pydantic-core/pull/1162) - Avoid `HashMap` creation when looking up small JSON objects in `LazyIndexMaps` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/jiter#55](https://github.com/pydantic/jiter/pull/55) - use hashbrown to speedup python string caching by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/jiter#51](https://github.com/pydantic/jiter/pull/51) - Replace `Peak` with more efficient `Peek` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/jiter#48](https://github.com/pydantic/jiter/pull/48) ##### Fixes - Move `getattr` warning in deprecated `BaseConfig` by [@&#8203;tlambert03](https://github.com/tlambert03) in [#&#8203;7183](https://github.com/pydantic/pydantic/pull/7183) - Only hash `model_fields`, not whole `__dict__` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7786](https://github.com/pydantic/pydantic/pull/7786) - Fix mishandling of unions while freezing types in the `mypy` plugin by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7411](https://github.com/pydantic/pydantic/pull/7411) - Fix `mypy` error on untyped `ClassVar` by [@&#8203;vincent-hachin-wmx](https://github.com/vincent-hachin-wmx) in [#&#8203;8138](https://github.com/pydantic/pydantic/pull/8138) - Only compare pydantic fields in `BaseModel.__eq__` instead of whole `__dict__` by [@&#8203;QuentinSoubeyranAqemia](https://github.com/QuentinSoubeyranAqemia) in [#&#8203;7825](https://github.com/pydantic/pydantic/pull/7825) - Update `strict` docstring in `model_validate` method. by [@&#8203;LukeTonin](https://github.com/LukeTonin) in [#&#8203;8223](https://github.com/pydantic/pydantic/pull/8223) - Fix overload position of `computed_field` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8227](https://github.com/pydantic/pydantic/pull/8227) - Fix custom type type casting used in multiple attributes by [@&#8203;ianhfc](https://github.com/ianhfc) in [#&#8203;8066](https://github.com/pydantic/pydantic/pull/8066) - Fix issue not allowing `validate_call` decorator to be dynamically assigned to a class method by [@&#8203;jusexton](https://github.com/jusexton) in [#&#8203;8249](https://github.com/pydantic/pydantic/pull/8249) - Fix issue `unittest.mock` deprecation warnings by [@&#8203;ibleedicare](https://github.com/ibleedicare) in [#&#8203;8262](https://github.com/pydantic/pydantic/pull/8262) - Added tests for the case `JsonValue` contains subclassed primitive values by [@&#8203;jusexton](https://github.com/jusexton) in [#&#8203;8286](https://github.com/pydantic/pydantic/pull/8286) - Fix `mypy` error on free before validator (classmethod) by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8285](https://github.com/pydantic/pydantic/pull/8285) - Fix `to_snake` conversion by [@&#8203;jevins09](https://github.com/jevins09) in [#&#8203;8316](https://github.com/pydantic/pydantic/pull/8316) - Fix type annotation of `ModelMetaclass.__prepare__` by [@&#8203;slanzmich](https://github.com/slanzmich) in [#&#8203;8305](https://github.com/pydantic/pydantic/pull/8305) - Disallow `config` specification when initializing a `TypeAdapter` when the annotated type has config already by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8365](https://github.com/pydantic/pydantic/pull/8365) - Fix a naming issue with JSON schema for generics parametrized by recursive type aliases by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8389](https://github.com/pydantic/pydantic/pull/8389) - Fix type annotation in pydantic people script by [@&#8203;shenxiangzhuang](https://github.com/shenxiangzhuang) in [#&#8203;8402](https://github.com/pydantic/pydantic/pull/8402) - Add support for field `alias` in `dataclass` signature by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;8387](https://github.com/pydantic/pydantic/pull/8387) - Fix bug with schema generation with `Field(...)` in a forward ref by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8494](https://github.com/pydantic/pydantic/pull/8494) - Fix ordering of keys in `__dict__` with `model_construct` call by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8500](https://github.com/pydantic/pydantic/pull/8500) - Fix module `path_type` creation when globals does not contain `__name__` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;8470](https://github.com/pydantic/pydantic/pull/8470) - Fix for namespace issue with dataclasses with `from __future__ import annotations` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8513](https://github.com/pydantic/pydantic/pull/8513) - Fix: make function validator types positional-only by [@&#8203;pmmmwh](https://github.com/pmmmwh) in [#&#8203;8479](https://github.com/pydantic/pydantic/pull/8479) - Fix usage of `@deprecated` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8294](https://github.com/pydantic/pydantic/pull/8294) - Add more support for private attributes in `model_construct` call by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8525](https://github.com/pydantic/pydantic/pull/8525) - Use a stack for the types namespace by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8378](https://github.com/pydantic/pydantic/pull/8378) - Fix schema-building bug with `TypeAliasType` for types with refs by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8526](https://github.com/pydantic/pydantic/pull/8526) - Support `pydantic.Field(repr=False)` in dataclasses by [@&#8203;tigeryy2](https://github.com/tigeryy2) in [#&#8203;8511](https://github.com/pydantic/pydantic/pull/8511) - Override `dataclass_transform` behavior for `RootModel` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8163](https://github.com/pydantic/pydantic/pull/8163) - Refactor signature generation for simplicity by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8572](https://github.com/pydantic/pydantic/pull/8572) - Fix ordering bug of PlainValidator annotation by [@&#8203;Anvil](https://github.com/Anvil) in [#&#8203;8567](https://github.com/pydantic/pydantic/pull/8567) - Fix `exclude_none` for json serialization of `computed_field`s by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1098](https://github.com/pydantic/pydantic-core/pull/1098) - Support yyyy-MM-DD string for datetimes by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1124](https://github.com/pydantic/pydantic-core/pull/1124) - Tweak ordering of definitions in generated schemas by [@&#8203;StrawHatDrag0n](https://github.com/StrawHatDrag0n) in [#&#8203;8583](https://github.com/pydantic/pydantic/pull/8583) ##### New Contributors ##### `pydantic` - [@&#8203;ekeew](https://github.com/ekeew) made their first contribution in [#&#8203;6874](https://github.com/pydantic/pydantic/pull/6874) - [@&#8203;lambertsbennett](https://github.com/lambertsbennett) made their first contribution in [#&#8203;8054](https://github.com/pydantic/pydantic/pull/8054) - [@&#8203;vincent-hachin-wmx](https://github.com/vincent-hachin-wmx) made their first contribution in [#&#8203;8138](https://github.com/pydantic/pydantic/pull/8138) - [@&#8203;QuentinSoubeyranAqemia](https://github.com/QuentinSoubeyranAqemia) made their first contribution in [#&#8203;7825](https://github.com/pydantic/pydantic/pull/7825) - [@&#8203;ariebovenberg](https://github.com/ariebovenberg) made their first contribution in [#&#8203;8072](https://github.com/pydantic/pydantic/pull/8072) - [@&#8203;LukeTonin](https://github.com/LukeTonin) made their first contribution in [#&#8203;8223](https://github.com/pydantic/pydantic/pull/8223) - [@&#8203;denisart](https://github.com/denisart) made their first contribution in [#&#8203;8231](https://github.com/pydantic/pydantic/pull/8231) - [@&#8203;ianhfc](https://github.com/ianhfc) made their first contribution in [#&#8203;8066](https://github.com/pydantic/pydantic/pull/8066) - [@&#8203;eonu](https://github.com/eonu) made their first contribution in [#&#8203;8255](https://github.com/pydantic/pydantic/pull/8255) - [@&#8203;amandahla](https://github.com/amandahla) made their first contribution in [#&#8203;8263](https://github.com/pydantic/pydantic/pull/8263) - [@&#8203;ibleedicare](https://github.com/ibleedicare) made their first contribution in [#&#8203;8262](https://github.com/pydantic/pydantic/pull/8262) - [@&#8203;jevins09](https://github.com/jevins09) made their first contribution in [#&#8203;8316](https://github.com/pydantic/pydantic/pull/8316) - [@&#8203;cuu508](https://github.com/cuu508) made their first contribution in [#&#8203;8322](https://github.com/pydantic/pydantic/pull/8322) - [@&#8203;slanzmich](https://github.com/slanzmich) made their first contribution in [#&#8203;8305](https://github.com/pydantic/pydantic/pull/8305) - [@&#8203;jensenbox](https://github.com/jensenbox) made their first contribution in [#&#8203;8331](https://github.com/pydantic/pydantic/pull/8331) - [@&#8203;szepeviktor](https://github.com/szepeviktor) made their first contribution in [#&#8203;8356](https://github.com/pydantic/pydantic/pull/8356) - [@&#8203;Elkiwa](https://github.com/Elkiwa) made their first contribution in [#&#8203;8341](https://github.com/pydantic/pydantic/pull/8341) - [@&#8203;parhamfh](https://github.com/parhamfh) made their first contribution in [#&#8203;8395](https://github.com/pydantic/pydantic/pull/8395) - [@&#8203;shenxiangzhuang](https://github.com/shenxiangzhuang) made their first contribution in [#&#8203;8402](https://github.com/pydantic/pydantic/pull/8402) - [@&#8203;NeevCohen](https://github.com/NeevCohen) made their first contribution in [#&#8203;8387](https://github.com/pydantic/pydantic/pull/8387) - [@&#8203;zby](https://github.com/zby) made their first contribution in [#&#8203;8497](https://github.com/pydantic/pydantic/pull/8497) - [@&#8203;patelnets](https://github.com/patelnets) made their first contribution in [#&#8203;8491](https://github.com/pydantic/pydantic/pull/8491) - [@&#8203;edwardwli](https://github.com/edwardwli) made their first contribution in [#&#8203;8503](https://github.com/pydantic/pydantic/pull/8503) - [@&#8203;luca-matei](https://github.com/luca-matei) made their first contribution in [#&#8203;8507](https://github.com/pydantic/pydantic/pull/8507) - [@&#8203;Jocelyn-Gas](https://github.com/Jocelyn-Gas) made their first contribution in [#&#8203;8437](https://github.com/pydantic/pydantic/pull/8437) - [@&#8203;bL34cHig0](https://github.com/bL34cHig0) made their first contribution in [#&#8203;8501](https://github.com/pydantic/pydantic/pull/8501) - [@&#8203;tigeryy2](https://github.com/tigeryy2) made their first contribution in [#&#8203;8511](https://github.com/pydantic/pydantic/pull/8511) - [@&#8203;geospackle](https://github.com/geospackle) made their first contribution in [#&#8203;8537](https://github.com/pydantic/pydantic/pull/8537) - [@&#8203;Anvil](https://github.com/Anvil) made their first contribution in [#&#8203;8567](https://github.com/pydantic/pydantic/pull/8567) - [@&#8203;hungtsetse](https://github.com/hungtsetse) made their first contribution in [#&#8203;8546](https://github.com/pydantic/pydantic/pull/8546) - [@&#8203;StrawHatDrag0n](https://github.com/StrawHatDrag0n) made their first contribution in [#&#8203;8583](https://github.com/pydantic/pydantic/pull/8583) ##### `pydantic-core` - [@&#8203;mariuswinger](https://github.com/mariuswinger) made their first contribution in [pydantic/pydantic-core#1087](https://github.com/pydantic/pydantic-core/pull/1087) - [@&#8203;adamchainz](https://github.com/adamchainz) made their first contribution in [pydantic/pydantic-core#1090](https://github.com/pydantic/pydantic-core/pull/1090) - [@&#8203;akx](https://github.com/akx) made their first contribution in [pydantic/pydantic-core#1123](https://github.com/pydantic/pydantic-core/pull/1123) ### [`v2.5.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v253-2023-12-22) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.5.2...v2.5.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.5.3) ##### What's Changed ##### Packaging - uprev `pydantic-core` to 2.14.6 ##### Fixes - Fix memory leak with recursive definitions creating reference cycles by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1125](https://github.com/pydantic/pydantic-core/pull/1125) ### [`v2.5.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v252-2023-11-22) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.5.1...v2.5.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.5.2) ##### What's Changed ##### Packaging - uprev `pydantic-core` to 2.14.5 ##### New Features - Add `ConfigDict.ser_json_inf_nan` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;8159](https://github.com/pydantic/pydantic/pull/8159) ##### Fixes - Fix validation of `Literal` from JSON keys when used as `dict` key by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1075](https://github.com/pydantic/pydantic-core/pull/1075) - Fix bug re `custom_init` on members of `Union` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1076](https://github.com/pydantic/pydantic-core/pull/1076) - Fix `JsonValue` `bool` serialization by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8190](https://github.com/pydantic/pydantic/pull/8159) - Fix handling of unhashable inputs with `Literal` in `Union`s by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1089](https://github.com/pydantic/pydantic-core/pull/1089) ### [`v2.5.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v251-2023-11-15) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.5.0...v2.5.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.5.1) ##### What's Changed ##### Packaging - uprev pydantic-core to 2.14.3 by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;8120](https://github.com/pydantic/pydantic/pull/8120) ##### Fixes - Fix package description limit by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8097](https://github.com/pydantic/pydantic/pull/8097) - Fix `ValidateCallWrapper` error when creating a model which has a @&#8203;validate\_call wrapped field annotation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8110](https://github.com/pydantic/pydantic/pull/8110) ### [`v2.5.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v250-2023-11-13) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.4.2...v2.5.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.5.0) The code released in v2.5.0 is functionally identical to that of v2.5.0b1. ##### What's Changed ##### Packaging - Update pydantic-core from 2.10.1 to 2.14.1, significant changes from these updates are described below, full changelog [here](https://github.com/pydantic/pydantic-core/compare/v2.10.1...v2.14.1) - Update to `pyright==1.1.335` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8075](https://github.com/pydantic/pydantic/pull/8075) ##### New Features - Allow plugins to catch non `ValidationError` errors by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7806](https://github.com/pydantic/pydantic/pull/7806) - Support `__doc__` argument in `create_model()` by [@&#8203;chris-spann](https://github.com/chris-spann) in [#&#8203;7863](https://github.com/pydantic/pydantic/pull/7863) - Expose `regex_engine` flag - meaning you can use with the Rust or Python regex libraries in constraints by [@&#8203;utkini](https://github.com/utkini) in [#&#8203;7768](https://github.com/pydantic/pydantic/pull/7768) - Save return type generated from type annotation in `ComputedFieldInfo` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7889](https://github.com/pydantic/pydantic/pull/7889) - Adopting `ruff` formatter by [@&#8203;Luca-Blight](https://github.com/Luca-Blight) in [#&#8203;7930](https://github.com/pydantic/pydantic/pull/7930) - Added `validation_error_cause` to config by [@&#8203;zakstucke](https://github.com/zakstucke) in [#&#8203;7626](https://github.com/pydantic/pydantic/pull/7626) - Make path of the item to validate available in plugin by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7861](https://github.com/pydantic/pydantic/pull/7861) - Add `CallableDiscriminator` and `Tag` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7983](https://github.com/pydantic/pydantic/pull/7983) - `CallableDiscriminator` renamed to `Discriminator` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8047](https://github.com/pydantic/pydantic/pull/8047) - Make union case tags affect union error messages by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8001](https://github.com/pydantic/pydantic/pull/8001) - Add `examples` and `json_schema_extra` to `@computed_field` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8013](https://github.com/pydantic/pydantic/pull/8013) - Add `JsonValue` type by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7998](https://github.com/pydantic/pydantic/pull/7998) - Allow `str` as argument to `Discriminator` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8047](https://github.com/pydantic/pydantic/pull/8047) - Add `SchemaSerializer.__reduce__` method to enable pickle serialization by [@&#8203;edoakes](https://github.com/edoakes) in [pydantic/pydantic-core#1006](https://github.com/pydantic/pydantic-core/pull/1006) ##### Changes - **Significant Change:** replace `ultra_strict` with new smart union implementation, the way unions are validated has changed significantly to improve performance and correctness, we have worked hard to absolutely minimise the number of cases where behaviour has changed, see the PR for details - by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#867](https://github.com/pydantic/pydantic-core/pull/867) - Add support for instance method reassignment when `extra='allow'` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7683](https://github.com/pydantic/pydantic/pull/7683) - Support JSON schema generation for `Enum` types with no cases by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7927](https://github.com/pydantic/pydantic/pull/7927) - Warn if a class inherits from `Generic` before `BaseModel` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7891](https://github.com/pydantic/pydantic/pull/7891) ##### Performance - New custom JSON parser, `jiter` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#974](https://github.com/pydantic/pydantic-core/pull/974) - PGO build for MacOS M1 by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1063](https://github.com/pydantic/pydantic-core/pull/1063) - Use `__getattr__` for all package imports, improve import time by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7947](https://github.com/pydantic/pydantic/pull/7947) ##### Fixes - Fix `mypy` issue with subclasses of `RootModel` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7677](https://github.com/pydantic/pydantic/pull/7677) - Properly rebuild the `FieldInfo` when a forward ref gets evaluated by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7698](https://github.com/pydantic/pydantic/pull/7698) - Fix failure to load `SecretStr` from JSON (regression in v2.4) by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7729](https://github.com/pydantic/pydantic/pull/7729) - Fix `defer_build` behavior with `TypeAdapter` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7736](https://github.com/pydantic/pydantic/pull/7736) - Improve compatibility with legacy `mypy` versions by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7742](https://github.com/pydantic/pydantic/pull/7742) - Fix: update `TypeVar` handling when default is not set by [@&#8203;pmmmwh](https://github.com/pmmmwh) in [#&#8203;7719](https://github.com/pydantic/pydantic/pull/7719) - Support specification of `strict` on `Enum` type fields by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7761](https://github.com/pydantic/pydantic/pull/7761) - Wrap `weakref.ref` instead of subclassing to fix `cloudpickle` serialization by [@&#8203;edoakes](https://github.com/edoakes) in [#&#8203;7780](https://github.com/pydantic/pydantic/pull/7780) - Keep values of private attributes set within `model_post_init` in subclasses by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7775](https://github.com/pydantic/pydantic/pull/7775) - Add more specific type for non-callable `json_schema_extra` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7803](https://github.com/pydantic/pydantic/pull/7803) - Raise an error when deleting frozen (model) fields by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7800](https://github.com/pydantic/pydantic/pull/7800) - Fix schema sorting bug with default values by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7817](https://github.com/pydantic/pydantic/pull/7817) - Use generated alias for aliases that are not specified otherwise by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7802](https://github.com/pydantic/pydantic/pull/7802) - Support `strict` specification for `UUID` types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7865](https://github.com/pydantic/pydantic/pull/7865) - JSON schema: fix extra parameter handling by [@&#8203;me-and](https://github.com/me-and) in [#&#8203;7810](https://github.com/pydantic/pydantic/pull/7810) - Fix: support `pydantic.Field(kw_only=True)` with inherited dataclasses by [@&#8203;PrettyWood](https://github.com/PrettyWood) in [#&#8203;7827](https://github.com/pydantic/pydantic/pull/7827) - Support `validate_call` decorator for methods in classes with `__slots__` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7883](https://github.com/pydantic/pydantic/pull/7883) - Fix pydantic dataclass problem with `dataclasses.field` default by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7898](https://github.com/pydantic/pydantic/pull/7898) - Fix schema generation for generics with union type bounds by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7899](https://github.com/pydantic/pydantic/pull/7899) - Fix version for `importlib_metadata` on python 3.7 by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7904](https://github.com/pydantic/pydantic/pull/7904) - Support `|` operator (Union) in PydanticRecursiveRef by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7892](https://github.com/pydantic/pydantic/pull/7892) - Fix `display_as_type` for `TypeAliasType` in python 3.12 by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7929](https://github.com/pydantic/pydantic/pull/7929) - Add support for `NotRequired` generics in `TypedDict` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7932](https://github.com/pydantic/pydantic/pull/7932) - Make generic `TypeAliasType` specifications produce different schema definitions by [@&#8203;alexdrydew](https://github.com/alexdrydew) in [#&#8203;7893](https://github.com/pydantic/pydantic/pull/7893) - Added fix for signature of inherited dataclass by [@&#8203;howsunjow](https://github.com/howsunjow) in [#&#8203;7925](https://github.com/pydantic/pydantic/pull/7925) - Make the model name generation more robust in JSON schema by [@&#8203;joakimnordling](https://github.com/joakimnordling) in [#&#8203;7881](https://github.com/pydantic/pydantic/pull/7881) - Fix plurals in validation error messages (in tests) by [@&#8203;Iipin](https://github.com/Iipin) in [#&#8203;7972](https://github.com/pydantic/pydantic/pull/7972) - `PrivateAttr` is passed from `Annotated` default position by [@&#8203;tabassco](https://github.com/tabassco) in [#&#8203;8004](https://github.com/pydantic/pydantic/pull/8004) - Don't decode bytes (which may not be UTF8) when displaying SecretBytes by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8012](https://github.com/pydantic/pydantic/pull/8012) - Use `classmethod` instead of `classmethod[Any, Any, Any]` by [@&#8203;Mr-Pepe](https://github.com/Mr-Pepe) in [#&#8203;7979](https://github.com/pydantic/pydantic/pull/7979) - Clearer error on invalid Plugin by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;8023](https://github.com/pydantic/pydantic/pull/8023) - Correct pydantic dataclasses import by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;8027](https://github.com/pydantic/pydantic/pull/8027) - Fix misbehavior for models referencing redefined type aliases by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8050](https://github.com/pydantic/pydantic/pull/8050) - Fix `Optional` field with `validate_default` only performing one field validation by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1002](https://github.com/pydantic/pydantic-core/pull/1002) - Fix `definition-ref` bug with `Dict` keys by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1014](https://github.com/pydantic/pydantic-core/pull/1014) - Fix bug allowing validation of `bool` types with `coerce_numbers_to_str=True` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1017](https://github.com/pydantic/pydantic-core/pull/1017) - Don't accept `NaN` in float and decimal constraints by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1037](https://github.com/pydantic/pydantic-core/pull/1037) - Add `lax_str` and `lax_int` support for enum values not inherited from str/int by [@&#8203;michaelhly](https://github.com/michaelhly) in [pydantic/pydantic-core#1015](https://github.com/pydantic/pydantic-core/pull/1015) - Support subclasses in lists in `Union` of `List` types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1039](https://github.com/pydantic/pydantic-core/pull/1039) - Allow validation against `max_digits` and `decimals` to pass if normalized or non-normalized input is valid by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1049](https://github.com/pydantic/pydantic-core/pull/1049) - Fix: proper pluralization in `ValidationError` messages by [@&#8203;Iipin](https://github.com/Iipin) in [pydantic/pydantic-core#1050](https://github.com/pydantic/pydantic-core/pull/1050) - Disallow the string `'-'` as `datetime` input by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/speedate#52](https://github.com/pydantic/speedate/pull/52) & [pydantic/pydantic-core#1060](https://github.com/pydantic/pydantic-core/pull/1060) - Fix: NaN and Inf float serialization by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1062](https://github.com/pydantic/pydantic-core/pull/1062) - Restore manylinux-compatible PGO builds by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1068](https://github.com/pydantic/pydantic-core/pull/1068) ##### New Contributors ##### `pydantic` - [@&#8203;schneebuzz](https://github.com/schneebuzz) made their first contribution in [#&#8203;7699](https://github.com/pydantic/pydantic/pull/7699) - [@&#8203;edoakes](https://github.com/edoakes) made their first contribution in [#&#8203;7780](https://github.com/pydantic/pydantic/pull/7780) - [@&#8203;alexmojaki](https://github.com/alexmojaki) made their first contribution in [#&#8203;7775](https://github.com/pydantic/pydantic/pull/7775) - [@&#8203;NickG123](https://github.com/NickG123) made their first contribution in [#&#8203;7751](https://github.com/pydantic/pydantic/pull/7751) - [@&#8203;gowthamgts](https://github.com/gowthamgts) made their first contribution in [#&#8203;7830](https://github.com/pydantic/pydantic/pull/7830) - [@&#8203;jamesbraza](https://github.com/jamesbraza) made their first contribution in [#&#8203;7848](https://github.com/pydantic/pydantic/pull/7848) - [@&#8203;laundmo](https://github.com/laundmo) made their first contribution in [#&#8203;7850](https://github.com/pydantic/pydantic/pull/7850) - [@&#8203;rahmatnazali](https://github.com/rahmatnazali) made their first contribution in [#&#8203;7870](https://github.com/pydantic/pydantic/pull/7870) - [@&#8203;waterfountain1996](https://github.com/waterfountain1996) made their first contribution in [#&#8203;7878](https://github.com/pydantic/pydantic/pull/7878) - [@&#8203;chris-spann](https://github.com/chris-spann) made their first contribution in [#&#8203;7863](https://github.com/pydantic/pydantic/pull/7863) - [@&#8203;me-and](https://github.com/me-and) made their first contribution in [#&#8203;7810](https://github.com/pydantic/pydantic/pull/7810) - [@&#8203;utkini](https://github.com/utkini) made their first contribution in [#&#8203;7768](https://github.com/pydantic/pydantic/pull/7768) - [@&#8203;bn-l](https://github.com/bn-l) made their first contribution in [#&#8203;7744](https://github.com/pydantic/pydantic/pull/7744) - [@&#8203;alexdrydew](https://github.com/alexdrydew) made their first contribution in [#&#8203;7893](https://github.com/pydantic/pydantic/pull/7893) - [@&#8203;Luca-Blight](https://github.com/Luca-Blight) made their first contribution in [#&#8203;7930](https://github.com/pydantic/pydantic/pull/7930) - [@&#8203;howsunjow](https://github.com/howsunjow) made their first contribution in [#&#8203;7925](https://github.com/pydantic/pydantic/pull/7925) - [@&#8203;joakimnordling](https://github.com/joakimnordling) made their first contribution in [#&#8203;7881](https://github.com/pydantic/pydantic/pull/7881) - [@&#8203;icfly2](https://github.com/icfly2) made their first contribution in [#&#8203;7976](https://github.com/pydantic/pydantic/pull/7976) - [@&#8203;Yummy-Yums](https://github.com/Yummy-Yums) made their first contribution in [#&#8203;8003](https://github.com/pydantic/pydantic/pull/8003) - [@&#8203;Iipin](https://github.com/Iipin) made their first contribution in [#&#8203;7972](https://github.com/pydantic/pydantic/pull/7972) - [@&#8203;tabassco](https://github.com/tabassco) made their first contribution in [#&#8203;8004](https://github.com/pydantic/pydantic/pull/8004) - [@&#8203;Mr-Pepe](https://github.com/Mr-Pepe) made their first contribution in [#&#8203;7979](https://github.com/pydantic/pydantic/pull/7979) - [@&#8203;0x00cl](https://github.com/0x00cl) made their first contribution in [#&#8203;8010](https://github.com/pydantic/pydantic/pull/8010) - [@&#8203;barraponto](https://github.com/barraponto) made their first contribution in [#&#8203;8032](https://github.com/pydantic/pydantic/pull/8032) ##### `pydantic-core` - [@&#8203;sisp](https://github.com/sisp) made their first contribution in [pydantic/pydantic-core#995](https://github.com/pydantic/pydantic-core/pull/995) - [@&#8203;michaelhly](https://github.com/michaelhly) made their first contribution in [pydantic/pydantic-core#1015](https://github.com/pydantic/pydantic-core/pull/1015) ### [`v2.4.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v242-2023-09-27) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.4.1...v2.4.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.4.2) ##### What's Changed ##### Fixes - Fix bug with JSON schema for sequence of discriminated union by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7647](https://github.com/pydantic/pydantic/pull/7647) - Fix schema references in discriminated unions by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7646](https://github.com/pydantic/pydantic/pull/7646) - Fix json schema generation for recursive models by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7653](https://github.com/pydantic/pydantic/pull/7653) - Fix `models_json_schema` for generic models by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7654](https://github.com/pydantic/pydantic/pull/7654) - Fix xfailed test for generic model signatures by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7658](https://github.com/pydantic/pydantic/pull/7658) ##### New Contributors - [@&#8203;austinorr](https://github.com/austinorr) made their first contribution in [#&#8203;7657](https://github.com/pydantic/pydantic/pull/7657) - [@&#8203;peterHoburg](https://github.com/peterHoburg) made their first contribution in [#&#8203;7670](https://github.com/pydantic/pydantic/pull/7670) ### [`v2.4.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v260-2024-01-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.4.0...v2.4.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.0) The code released in v2.6.0 is practically identical to that of v2.6.0b1. ##### What's Changed ##### Packaging - Check for `email-validator` version >= 2.0 by [@&#8203;commonism](https://github.com/commonism) in [#&#8203;6033](https://github.com/pydantic/pydantic/pull/6033) - Upgrade \`ruff\`\` target version to Python 3.8 by [@&#8203;Elkiwa](https://github.com/Elkiwa) in [#&#8203;8341](https://github.com/pydantic/pydantic/pull/8341) - Update to `pydantic-extra-types==2.4.1` by [@&#8203;yezz123](https://github.com/yezz123) in [#&#8203;8478](https://github.com/pydantic/pydantic/pull/8478) - Update to `pyright==1.1.345` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8453](https://github.com/pydantic/pydantic/pull/8453) - Update pydantic-core from 2.14.6 to 2.16.1, significant changes from these updates are described below, full changelog [here](https://github.com/pydantic/pydantic-core/compare/v2.14.6...v2.16.1) ##### New Features - Add `NatsDsn` by [@&#8203;ekeew](https://github.com/ekeew) in [#&#8203;6874](https://github.com/pydantic/pydantic/pull/6874) - Add `ConfigDict.ser_json_inf_nan` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;8159](https://github.com/pydantic/pydantic/pull/8159) - Add `types.OnErrorOmit` by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;8222](https://github.com/pydantic/pydantic/pull/8222) - Support `AliasGenerator` usage by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8282](https://github.com/pydantic/pydantic/pull/8282) - Add Pydantic People Page to docs by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8345](https://github.com/pydantic/pydantic/pull/8345) - Support `yyyy-MM-DD` datetime parsing by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8404](https://github.com/pydantic/pydantic/pull/8404) - Added bits conversions to the `ByteSize` class [#&#8203;8415](https://github.com/pydantic/pydantic/issues/8415) by [@&#8203;luca-matei](https://github.com/luca-matei) in [#&#8203;8507](https://github.com/pydantic/pydantic/pull/8507) - Enable json schema creation with type `ByteSize` by [@&#8203;geospackle](https://github.com/geospackle) in [#&#8203;8537](https://github.com/pydantic/pydantic/pull/8537) - Add `eval_type_backport` to handle union operator and builtin generic subscripting in older Pythons by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8209](https://github.com/pydantic/pydantic/pull/8209) - Add support for `dataclass` fields `init` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8552](https://github.com/pydantic/pydantic/pull/8552) - Implement pickling for `ValidationError` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1119](https://github.com/pydantic/pydantic-core/pull/1119) - Add unified tuple validator that can handle "variadic" tuples via PEP-646 by [@&#8203;dmontagu](https://github.com/dmontagu) in [pydantic/pydantic-core#865](https://github.com/pydantic/pydantic-core/pull/865) ##### Changes - Drop Python3.7 support by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7188](https://github.com/pydantic/pydantic/pull/7188) - Drop Python 3.7, and PyPy 3.7 and 3.8 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/pydantic-core#1129](https://github.com/pydantic/pydantic-core/pull/1129) - Use positional-only `self` in `BaseModel` constructor, so no field name can ever conflict with it by [@&#8203;ariebovenberg](https://github.com/ariebovenberg) in [#&#8203;8072](https://github.com/pydantic/pydantic/pull/8072) - Make `@validate_call` return a function instead of a custom descriptor - fixes binding issue with inheritance and adds `self/cls` argument to validation errors by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;8268](https://github.com/pydantic/pydantic/pull/8268) - Exclude `BaseModel` docstring from JSON schema description by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8352](https://github.com/pydantic/pydantic/pull/8352) - Introducing `classproperty` decorator for `model_computed_fields` by [@&#8203;Jocelyn-Gas](https://github.com/Jocelyn-Gas) in [#&#8203;8437](https://github.com/pydantic/pydantic/pull/8437) - Explicitly raise an error if field names clashes with types by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8243](https://github.com/pydantic/pydantic/pull/8243) - Use stricter serializer for unions of simple types by [@&#8203;alexdrydew](https://github.com/alexdrydew) [pydantic/pydantic-core#1132](https://github.com/pydantic/pydantic-core/pull/1132) ##### Performance - Add Codspeed profiling Actions workflow by [@&#8203;lambertsbennett](https://github.com/lambertsbennett) in [#&#8203;8054](https://github.com/pydantic/pydantic/pull/8054) - Improve `int` extraction by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1155](https://github.com/pydantic/pydantic-core/pull/1155) - Improve performance of recursion guard by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1156](https://github.com/pydantic/pydantic-core/pull/1156) - `dataclass` serialization speedups by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/pydantic-core#1162](https://github.com/pydantic/pydantic-core/pull/1162) - Avoid `HashMap` creation when looking up small JSON objects in `LazyIndexMaps` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [pydantic/jiter#55](https://github.com/pydantic/jiter/pull/55) - use hashbrown to speedup python string caching by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/jiter#51](https://github.com/pydantic/jiter/pull/51) - Replace `Peak` with more efficient `Peek` by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [pydantic/jiter#48](https://github.com/pydantic/jiter/pull/48) ##### Fixes - Move `getattr` warning in deprecated `BaseConfig` by [@&#8203;tlambert03](https://github.com/tlambert03) in [#&#8203;7183](https://github.com/pydantic/pydantic/pull/7183) - Only hash `model_fields`, not whole `__dict__` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;7786](https://github.com/pydantic/pydantic/pull/7786) - Fix mishandling of unions while freezing types in the `mypy` plugin by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7411](https://github.com/pydantic/pydantic/pull/7411) - Fix `mypy` error on untyped `ClassVar` by [@&#8203;vincent-hachin-wmx](https://github.com/vincent-hachin-wmx) in [#&#8203;8138](https://github.com/pydantic/pydantic/pull/8138) - Only compare pydantic fields in `BaseModel.__eq__` instead of whole `__dict__` by [@&#8203;QuentinSoubeyranAqemia](https://github.com/QuentinSoubeyranAqemia) in [#&#8203;7825](https://github.com/pydantic/pydantic/pull/7825) - Update `strict` docstring in `model_validate` method. by [@&#8203;LukeTonin](https://github.com/LukeTonin) in [#&#8203;8223](https://github.com/pydantic/pydantic/pull/8223) - Fix overload position of `computed_field` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8227](https://github.com/pydantic/pydantic/pull/8227) - Fix custom type type casting used in multiple attributes by [@&#8203;ianhfc](https://github.com/ianhfc) in [#&#8203;8066](https://github.com/pydantic/pydantic/pull/8066) - Fix issue not allowing `validate_call` decorator to be dynamically assigned to a class method by [@&#8203;jusexton](https://github.com/jusexton) in [#&#8203;8249](https://github.com/pydantic/pydantic/pull/8249) - Fix issue `unittest.mock` deprecation warnings by [@&#8203;ibleedicare](https://github.com/ibleedicare) in [#&#8203;8262](https://github.com/pydantic/pydantic/pull/8262) - Added tests for the case `JsonValue` contains subclassed primitive values by [@&#8203;jusexton](https://github.com/jusexton) in [#&#8203;8286](https://github.com/pydantic/pydantic/pull/8286) - Fix `mypy` error on free before validator (classmethod) by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8285](https://github.com/pydantic/pydantic/pull/8285) - Fix `to_snake` conversion by [@&#8203;jevins09](https://github.com/jevins09) in [#&#8203;8316](https://github.com/pydantic/pydantic/pull/8316) - Fix type annotation of `ModelMetaclass.__prepare__` by [@&#8203;slanzmich](https://github.com/slanzmich) in [#&#8203;8305](https://github.com/pydantic/pydantic/pull/8305) - Disallow `config` specification when initializing a `TypeAdapter` when the annotated type has config already by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8365](https://github.com/pydantic/pydantic/pull/8365) - Fix a naming issue with JSON schema for generics parametrized by recursive type aliases by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8389](https://github.com/pydantic/pydantic/pull/8389) - Fix type annotation in pydantic people script by [@&#8203;shenxiangzhuang](https://github.com/shenxiangzhuang) in [#&#8203;8402](https://github.com/pydantic/pydantic/pull/8402) - Add support for field `alias` in `dataclass` signature by [@&#8203;NeevCohen](https://github.com/NeevCohen) in [#&#8203;8387](https://github.com/pydantic/pydantic/pull/8387) - Fix bug with schema generation with `Field(...)` in a forward ref by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8494](https://github.com/pydantic/pydantic/pull/8494) - Fix ordering of keys in `__dict__` with `model_construct` call by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8500](https://github.com/pydantic/pydantic/pull/8500) - Fix module `path_type` creation when globals does not contain `__name__` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;8470](https://github.com/pydantic/pydantic/pull/8470) - Fix for namespace issue with dataclasses with `from __future__ import annotations` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8513](https://github.com/pydantic/pydantic/pull/8513) - Fix: make function validator types positional-only by [@&#8203;pmmmwh](https://github.com/pmmmwh) in [#&#8203;8479](https://github.com/pydantic/pydantic/pull/8479) - Fix usage of `@deprecated` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8294](https://github.com/pydantic/pydantic/pull/8294) - Add more support for private attributes in `model_construct` call by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8525](https://github.com/pydantic/pydantic/pull/8525) - Use a stack for the types namespace by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8378](https://github.com/pydantic/pydantic/pull/8378) - Fix schema-building bug with `TypeAliasType` for types with refs by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;8526](https://github.com/pydantic/pydantic/pull/8526) - Support `pydantic.Field(repr=False)` in dataclasses by [@&#8203;tigeryy2](https://github.com/tigeryy2) in [#&#8203;8511](https://github.com/pydantic/pydantic/pull/8511) - Override `dataclass_transform` behavior for `RootModel` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;8163](https://github.com/pydantic/pydantic/pull/8163) - Refactor signature generation for simplicity by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;8572](https://github.com/pydantic/pydantic/pull/8572) - Fix ordering bug of PlainValidator annotation by [@&#8203;Anvil](https://github.com/Anvil) in [#&#8203;8567](https://github.com/pydantic/pydantic/pull/8567) - Fix `exclude_none` for json serialization of `computed_field`s by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1098](https://github.com/pydantic/pydantic-core/pull/1098) - Support yyyy-MM-DD string for datetimes by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1124](https://github.com/pydantic/pydantic-core/pull/1124) - Tweak ordering of definitions in generated schemas by [@&#8203;StrawHatDrag0n](https://github.com/StrawHatDrag0n) in [#&#8203;8583](https://github.com/pydantic/pydantic/pull/8583) ##### New Contributors ##### `pydantic` - [@&#8203;ekeew](https://github.com/ekeew) made their first contribution in [#&#8203;6874](https://github.com/pydantic/pydantic/pull/6874) - [@&#8203;lambertsbennett](https://github.com/lambertsbennett) made their first contribution in [#&#8203;8054](https://github.com/pydantic/pydantic/pull/8054) - [@&#8203;vincent-hachin-wmx](https://github.com/vincent-hachin-wmx) made their first contribution in [#&#8203;8138](https://github.com/pydantic/pydantic/pull/8138) - [@&#8203;QuentinSoubeyranAqemia](https://github.com/QuentinSoubeyranAqemia) made their first contribution in [#&#8203;7825](https://github.com/pydantic/pydantic/pull/7825) - [@&#8203;ariebovenberg](https://github.com/ariebovenberg) made their first contribution in [#&#8203;8072](https://github.com/pydantic/pydantic/pull/8072) - [@&#8203;LukeTonin](https://github.com/LukeTonin) made their first contribution in [#&#8203;8223](https://github.com/pydantic/pydantic/pull/8223) - [@&#8203;denisart](https://github.com/denisart) made their first contribution in [#&#8203;8231](https://github.com/pydantic/pydantic/pull/8231) - [@&#8203;ianhfc](https://github.com/ianhfc) made their first contribution in [#&#8203;8066](https://github.com/pydantic/pydantic/pull/8066) - [@&#8203;eonu](https://github.com/eonu) made their first contribution in [#&#8203;8255](https://github.com/pydantic/pydantic/pull/8255) - [@&#8203;amandahla](https://github.com/amandahla) made their first contribution in [#&#8203;8263](https://github.com/pydantic/pydantic/pull/8263) - [@&#8203;ibleedicare](https://github.com/ibleedicare) made their first contribution in [#&#8203;8262](https://github.com/pydantic/pydantic/pull/8262) - [@&#8203;jevins09](https://github.com/jevins09) made their first contribution in [#&#8203;8316](https://github.com/pydantic/pydantic/pull/8316) - [@&#8203;cuu508](https://github.com/cuu508) made their first contribution in [#&#8203;8322](https://github.com/pydantic/pydantic/pull/8322) - [@&#8203;slanzmich](https://github.com/slanzmich) made their first contribution in [#&#8203;8305](https://github.com/pydantic/pydantic/pull/8305) - [@&#8203;jensenbox](https://github.com/jensenbox) made their first contribution in [#&#8203;8331](https://github.com/pydantic/pydantic/pull/8331) - [@&#8203;szepeviktor](https://github.com/szepeviktor) made their first contribution in [#&#8203;8356](https://github.com/pydantic/pydantic/pull/8356) - [@&#8203;Elkiwa](https://github.com/Elkiwa) made their first contribution in [#&#8203;8341](https://github.com/pydantic/pydantic/pull/8341) - [@&#8203;parhamfh](https://github.com/parhamfh) made their first contribution in [#&#8203;8395](https://github.com/pydantic/pydantic/pull/8395) - [@&#8203;shenxiangzhuang](https://github.com/shenxiangzhuang) made their first contribution in [#&#8203;8402](https://github.com/pydantic/pydantic/pull/8402) - [@&#8203;NeevCohen](https://github.com/NeevCohen) made their first contribution in [#&#8203;8387](https://github.com/pydantic/pydantic/pull/8387) - [@&#8203;zby](https://github.com/zby) made their first contribution in [#&#8203;8497](https://github.com/pydantic/pydantic/pull/8497) - [@&#8203;patelnets](https://github.com/patelnets) made their first contribution in [#&#8203;8491](https://github.com/pydantic/pydantic/pull/8491) - [@&#8203;edwardwli](https://github.com/edwardwli) made their first contribution in [#&#8203;8503](https://github.com/pydantic/pydantic/pull/8503) - [@&#8203;luca-matei](https://github.com/luca-matei) made their first contribution in [#&#8203;8507](https://github.com/pydantic/pydantic/pull/8507) - [@&#8203;Jocelyn-Gas](https://github.com/Jocelyn-Gas) made their first contribution in [#&#8203;8437](https://github.com/pydantic/pydantic/pull/8437) - [@&#8203;bL34cHig0](https://github.com/bL34cHig0) made their first contribution in [#&#8203;8501](https://github.com/pydantic/pydantic/pull/8501) - [@&#8203;tigeryy2](https://github.com/tigeryy2) made their first contribution in [#&#8203;8511](https://github.com/pydantic/pydantic/pull/8511) - [@&#8203;geospackle](https://github.com/geospackle) made their first contribution in [#&#8203;8537](https://github.com/pydantic/pydantic/pull/8537) - [@&#8203;Anvil](https://github.com/Anvil) made their first contribution in [#&#8203;8567](https://github.com/pydantic/pydantic/pull/8567) - [@&#8203;hungtsetse](https://github.com/hungtsetse) made their first contribution in [#&#8203;8546](https://github.com/pydantic/pydantic/pull/8546) - [@&#8203;StrawHatDrag0n](https://github.com/StrawHatDrag0n) made their first contribution in [#&#8203;8583](https://github.com/pydantic/pydantic/pull/8583) ##### `pydantic-core` - [@&#8203;mariuswinger](https://github.com/mariuswinger) made their first contribution in [pydantic/pydantic-core#1087](https://github.com/pydantic/pydantic-core/pull/1087) - [@&#8203;adamchainz](https://github.com/adamchainz) made their first contribution in [pydantic/pydantic-core#1090](https://github.com/pydantic/pydantic-core/pull/1090) - [@&#8203;akx](https://github.com/akx) made their first contribution in [pydantic/pydantic-core#1123](https://github.com/pydantic/pydantic-core/pull/1123) ### [`v2.4.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v240-2023-09-22) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.3.0...v2.4.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.4.0) ##### What's Changed ##### Packaging - Update pydantic-core to 2.10.0 by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7542](https://github.com/pydantic/pydantic/pull/7542) ##### New Features - Add `Base64Url` types by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7286](https://github.com/pydantic/pydantic/pull/7286) - Implement optional `number` to `str` coercion by [@&#8203;lig](https://github.com/lig) in [#&#8203;7508](https://github.com/pydantic/pydantic/pull/7508) - Allow access to `field_name` and `data` in all validators if there is data and a field name by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7542](https://github.com/pydantic/pydantic/pull/7542) - Add `BaseModel.model_validate_strings` and `TypeAdapter.validate_strings` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7552](https://github.com/pydantic/pydantic/pull/7552) - Add Pydantic `plugins` experimental implementation by [@&#8203;lig](https://github.com/lig) [@&#8203;samuelcolvin](https://github.com/samuelcolvin) and [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;6820](https://github.com/pydantic/pydantic/pull/6820) ##### Changes - Do not override `model_post_init` in subclass with private attrs by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;7302](https://github.com/pydantic/pydantic/pull/7302) - Make fields with defaults not required in the serialization schema by default by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7275](https://github.com/pydantic/pydantic/pull/7275) - Mark `Extra` as deprecated by [@&#8203;disrupted](https://github.com/disrupted) in [#&#8203;7299](https://github.com/pydantic/pydantic/pull/7299) - Make `EncodedStr` a dataclass by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7396](https://github.com/pydantic/pydantic/pull/7396) - Move `annotated_handlers` to be public by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7569](https://github.com/pydantic/pydantic/pull/7569) ##### Performance - Simplify flattening and inlining of `CoreSchema` by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7523](https://github.com/pydantic/pydantic/pull/7523) - Remove unused copies in `CoreSchema` walking by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7528](https://github.com/pydantic/pydantic/pull/7528) - Add caches for collecting definitions and invalid schemas from a CoreSchema by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7527](https://github.com/pydantic/pydantic/pull/7527) - Eagerly resolve discriminated unions and cache cases where we can't by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7529](https://github.com/pydantic/pydantic/pull/7529) - Replace `dict.get` and `dict.setdefault` with more verbose versions in `CoreSchema` building hot paths by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7536](https://github.com/pydantic/pydantic/pull/7536) - Cache invalid `CoreSchema` discovery by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7535](https://github.com/pydantic/pydantic/pull/7535) - Allow disabling `CoreSchema` validation for faster startup times by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7565](https://github.com/pydantic/pydantic/pull/7565) ##### Fixes - Fix config detection for `TypedDict` from grandparent classes by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7272](https://github.com/pydantic/pydantic/pull/7272) - Fix hash function generation for frozen models with unusual MRO by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7274](https://github.com/pydantic/pydantic/pull/7274) - Make `strict` config overridable in field for Path by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7281](https://github.com/pydantic/pydantic/pull/7281) - Use `ser_json_<timedelta|bytes>` on default in `GenerateJsonSchema` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7269](https://github.com/pydantic/pydantic/pull/7269) - Adding a check that alias is validated as an identifier for Python by [@&#8203;andree0](https://github.com/andree0) in [#&#8203;7319](https://github.com/pydantic/pydantic/pull/7319) - Raise an error when computed field overrides field by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7346](https://github.com/pydantic/pydantic/pull/7346) - Fix applying `SkipValidation` to referenced schemas by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7381](https://github.com/pydantic/pydantic/pull/7381) - Enforce behavior of private attributes having double leading underscore by [@&#8203;lig](https://github.com/lig) in [#&#8203;7265](https://github.com/pydantic/pydantic/pull/7265) - Standardize `__get_pydantic_core_schema__` signature by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7415](https://github.com/pydantic/pydantic/pull/7415) - Fix generic dataclass fields mutation bug (when using `TypeAdapter`) by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7435](https://github.com/pydantic/pydantic/pull/7435) - Fix `TypeError` on `model_validator` in `wrap` mode by [@&#8203;pmmmwh](https://github.com/pmmmwh) in [#&#8203;7496](https://github.com/pydantic/pydantic/pull/7496) - Improve enum error message by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7506](https://github.com/pydantic/pydantic/pull/7506) - Make `repr` work for instances that failed initialization when handling `ValidationError`s by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7439](https://github.com/pydantic/pydantic/pull/7439) - Fixed a regular expression denial of service issue by limiting whitespaces by [@&#8203;prodigysml](https://github.com/prodigysml) in [#&#8203;7360](https://github.com/pydantic/pydantic/pull/7360) - Fix handling of `UUID` values having `UUID.version=None` by [@&#8203;lig](https://github.com/lig) in [#&#8203;7566](https://github.com/pydantic/pydantic/pull/7566) - Fix `__iter__` returning private `cached_property` info by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;7570](https://github.com/pydantic/pydantic/pull/7570) - Improvements to version info message by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7594](https://github.com/pydantic/pydantic/pull/7594) ##### New Contributors - [@&#8203;15498th](https://github.com/15498th) made their first contribution in [#&#8203;7238](https://github.com/pydantic/pydantic/pull/7238) - [@&#8203;GabrielCappelli](https://github.com/GabrielCappelli) made their first contribution in [#&#8203;7213](https://github.com/pydantic/pydantic/pull/7213) - [@&#8203;tobni](https://github.com/tobni) made their first contribution in [#&#8203;7184](https://github.com/pydantic/pydantic/pull/7184) - [@&#8203;redruin1](https://github.com/redruin1) made their first contribution in [#&#8203;7282](https://github.com/pydantic/pydantic/pull/7282) - [@&#8203;FacerAin](https://github.com/FacerAin) made their first contribution in [#&#8203;7288](https://github.com/pydantic/pydantic/pull/7288) - [@&#8203;acdha](https://github.com/acdha) made their first contribution in [#&#8203;7297](https://github.com/pydantic/pydantic/pull/7297) - [@&#8203;andree0](https://github.com/andree0) made their first contribution in [#&#8203;7319](https://github.com/pydantic/pydantic/pull/7319) - [@&#8203;gordonhart](https://github.com/gordonhart) made their first contribution in [#&#8203;7375](https://github.com/pydantic/pydantic/pull/7375) - [@&#8203;pmmmwh](https://github.com/pmmmwh) made their first contribution in [#&#8203;7496](https://github.com/pydantic/pydantic/pull/7496) - [@&#8203;disrupted](https://github.com/disrupted) made their first contribution in [#&#8203;7299](https://github.com/pydantic/pydantic/pull/7299) - [@&#8203;prodigysml](https://github.com/prodigysml) made their first contribution in [#&#8203;7360](https://github.com/pydantic/pydantic/pull/7360) ### [`v2.3.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v230-2023-08-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.2.1...v2.3.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.3.0) - 🔥 Remove orphaned changes file from repo by [@&#8203;lig](https://github.com/lig) in [#&#8203;7168](https://github.com/pydantic/pydantic/pull/7168) - Add copy button on documentation by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7190](https://github.com/pydantic/pydantic/pull/7190) - Fix docs on JSON type by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7189](https://github.com/pydantic/pydantic/pull/7189) - Update mypy 1.5.0 to 1.5.1 in CI by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7191](https://github.com/pydantic/pydantic/pull/7191) - fix download links badge by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7200](https://github.com/pydantic/pydantic/pull/7200) - add 2.2.1 to changelog by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7212](https://github.com/pydantic/pydantic/pull/7212) - Make ModelWrapValidator protocols generic by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7154](https://github.com/pydantic/pydantic/pull/7154) - Correct `Field(..., exclude: bool)` docs by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7214](https://github.com/pydantic/pydantic/pull/7214) - Make shadowing attributes a warning instead of an error by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7193](https://github.com/pydantic/pydantic/pull/7193) - Document `Base64Str` and `Base64Bytes` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7192](https://github.com/pydantic/pydantic/pull/7192) - Fix `config.defer_build` for serialization first cases by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7024](https://github.com/pydantic/pydantic/pull/7024) - clean Model docstrings in JSON Schema by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7210](https://github.com/pydantic/pydantic/pull/7210) - fix [#&#8203;7228](https://github.com/pydantic/pydantic/pull/7228) (typo): docs in `validators.md` to correct `validate_default` kwarg by [@&#8203;lmmx](https://github.com/lmmx) in [#&#8203;7229](https://github.com/pydantic/pydantic/pull/7229) - ✅ Implement `tzinfo.fromutc` method for `TzInfo` in `pydantic-core` by [@&#8203;lig](https://github.com/lig) in [#&#8203;7019](https://github.com/pydantic/pydantic/pull/7019) - Support `__get_validators__` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7197](https://github.com/pydantic/pydantic/pull/7197) ### [`v2.2.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v230-2023-08-23) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.2.0...v2.2.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.3.0) - 🔥 Remove orphaned changes file from repo by [@&#8203;lig](https://github.com/lig) in [#&#8203;7168](https://github.com/pydantic/pydantic/pull/7168) - Add copy button on documentation by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7190](https://github.com/pydantic/pydantic/pull/7190) - Fix docs on JSON type by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7189](https://github.com/pydantic/pydantic/pull/7189) - Update mypy 1.5.0 to 1.5.1 in CI by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7191](https://github.com/pydantic/pydantic/pull/7191) - fix download links badge by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7200](https://github.com/pydantic/pydantic/pull/7200) - add 2.2.1 to changelog by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7212](https://github.com/pydantic/pydantic/pull/7212) - Make ModelWrapValidator protocols generic by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7154](https://github.com/pydantic/pydantic/pull/7154) - Correct `Field(..., exclude: bool)` docs by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7214](https://github.com/pydantic/pydantic/pull/7214) - Make shadowing attributes a warning instead of an error by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7193](https://github.com/pydantic/pydantic/pull/7193) - Document `Base64Str` and `Base64Bytes` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7192](https://github.com/pydantic/pydantic/pull/7192) - Fix `config.defer_build` for serialization first cases by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7024](https://github.com/pydantic/pydantic/pull/7024) - clean Model docstrings in JSON Schema by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7210](https://github.com/pydantic/pydantic/pull/7210) - fix [#&#8203;7228](https://github.com/pydantic/pydantic/pull/7228) (typo): docs in `validators.md` to correct `validate_default` kwarg by [@&#8203;lmmx](https://github.com/lmmx) in [#&#8203;7229](https://github.com/pydantic/pydantic/pull/7229) - ✅ Implement `tzinfo.fromutc` method for `TzInfo` in `pydantic-core` by [@&#8203;lig](https://github.com/lig) in [#&#8203;7019](https://github.com/pydantic/pydantic/pull/7019) - Support `__get_validators__` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7197](https://github.com/pydantic/pydantic/pull/7197) ### [`v2.2.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v220-2023-08-17) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.1.1...v2.2.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.2.0) - Split "pipx install" setup command into two commands on the documentation site by [@&#8203;nomadmtb](https://github.com/nomadmtb) in [#&#8203;6869](https://github.com/pydantic/pydantic/pull/6869) - Deprecate `Field.include` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6852](https://github.com/pydantic/pydantic/pull/6852) - Fix typo in default factory error msg by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6880](https://github.com/pydantic/pydantic/pull/6880) - Simplify handling of typing.Annotated in GenerateSchema by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6887](https://github.com/pydantic/pydantic/pull/6887) - Re-enable fastapi tests in CI by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6883](https://github.com/pydantic/pydantic/pull/6883) - Make it harder to hit collisions with json schema defrefs by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6566](https://github.com/pydantic/pydantic/pull/6566) - Cleaner error for invalid input to `Path` fields by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6903](https://github.com/pydantic/pydantic/pull/6903) - :memo: support Coordinate Type by [@&#8203;yezz123](https://github.com/yezz123) in [#&#8203;6906](https://github.com/pydantic/pydantic/pull/6906) - Fix `ForwardRef` wrapper for py 3.10.0 (shim until bpo-45166) by [@&#8203;randomir](https://github.com/randomir) in [#&#8203;6919](https://github.com/pydantic/pydantic/pull/6919) - Fix misbehavior related to copying of RootModel by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6918](https://github.com/pydantic/pydantic/pull/6918) - Fix issue with recursion error caused by ParamSpec by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6923](https://github.com/pydantic/pydantic/pull/6923) - Add section about Constrained classes to the Migration Guide by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;6924](https://github.com/pydantic/pydantic/pull/6924) - Use `main` branch for badge links by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;6925](https://github.com/pydantic/pydantic/pull/6925) - Add test for v1/v2 Annotated discrepancy by [@&#8203;carlbordum](https://github.com/carlbordum) in [#&#8203;6926](https://github.com/pydantic/pydantic/pull/6926) - Make the v1 mypy plugin work with both v1 and v2 by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6921](https://github.com/pydantic/pydantic/pull/6921) - Fix issue where generic models couldn't be parametrized with BaseModel by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6933](https://github.com/pydantic/pydantic/pull/6933) - Remove xfail for discriminated union with alias by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6938](https://github.com/pydantic/pydantic/pull/6938) - add field\_serializer to computed\_field by [@&#8203;andresliszt](https://github.com/andresliszt) in [#&#8203;6965](https://github.com/pydantic/pydantic/pull/6965) - Use union\_schema with Type\[Union\[...]] by [@&#8203;JeanArhancet](https://github.com/JeanArhancet) in [#&#8203;6952](https://github.com/pydantic/pydantic/pull/6952) - Fix inherited typeddict attributes / config by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6981](https://github.com/pydantic/pydantic/pull/6981) - fix dataclass annotated before validator called twice by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6998](https://github.com/pydantic/pydantic/pull/6998) - Update test-fastapi deselected tests by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7014](https://github.com/pydantic/pydantic/pull/7014) - Fix validator doc format by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7015](https://github.com/pydantic/pydantic/pull/7015) - Fix typo in docstring of model\_json\_schema by [@&#8203;AdamVinch-Federated](https://github.com/AdamVinch-Federated) in [#&#8203;7032](https://github.com/pydantic/pydantic/pull/7032) - remove unused "type ignores" with pyright by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7026](https://github.com/pydantic/pydantic/pull/7026) - Add benchmark representing FastAPI startup time by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7030](https://github.com/pydantic/pydantic/pull/7030) - Fix json\_encoders for Enum subclasses by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7029](https://github.com/pydantic/pydantic/pull/7029) - Update docstring of `ser_json_bytes` regarding base64 encoding by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;7052](https://github.com/pydantic/pydantic/pull/7052) - Allow `@validate_call` to work on async methods by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7046](https://github.com/pydantic/pydantic/pull/7046) - Fix: mypy error with `Settings` and `SettingsConfigDict` by [@&#8203;JeanArhancet](https://github.com/JeanArhancet) in [#&#8203;7002](https://github.com/pydantic/pydantic/pull/7002) - Fix some typos (repeated words and it's/its) by [@&#8203;eumiro](https://github.com/eumiro) in [#&#8203;7063](https://github.com/pydantic/pydantic/pull/7063) - Fix the typo in docstring by [@&#8203;harunyasar](https://github.com/harunyasar) in [#&#8203;7062](https://github.com/pydantic/pydantic/pull/7062) - Docs: Fix broken URL in the pydantic-settings package recommendation by [@&#8203;swetjen](https://github.com/swetjen) in [#&#8203;6995](https://github.com/pydantic/pydantic/pull/6995) - Handle constraints being applied to schemas that don't accept it by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6951](https://github.com/pydantic/pydantic/pull/6951) - Replace almost\_equal\_floats with math.isclose by [@&#8203;eumiro](https://github.com/eumiro) in [#&#8203;7082](https://github.com/pydantic/pydantic/pull/7082) - bump pydantic-core to 2.5.0 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;7077](https://github.com/pydantic/pydantic/pull/7077) - Add `short_version` and use it in links by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7115](https://github.com/pydantic/pydantic/pull/7115) - 📝 Add usage link to `RootModel` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7113](https://github.com/pydantic/pydantic/pull/7113) - Revert "Fix default port for mongosrv DSNs ([#&#8203;6827](https://github.com/pydantic/pydantic/issues/6827))" by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;7116](https://github.com/pydantic/pydantic/pull/7116) <!-- markdownlint-disable-next-line no-space-in-emphasis --> - Clarify validate\_default and \_Unset handling in usage docs and migration guide by [@&#8203;benbenbang](https://github.com/benbenbang) in [#&#8203;6950](https://github.com/pydantic/pydantic/pull/6950) - Tweak documentation of `Field.exclude` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;7086](https://github.com/pydantic/pydantic/pull/7086) - Do not require `validate_assignment` to use `Field.frozen` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;7103](https://github.com/pydantic/pydantic/pull/7103) - tweaks to `_core_utils` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;7040](https://github.com/pydantic/pydantic/pull/7040) - Make DefaultDict working with set by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7126](https://github.com/pydantic/pydantic/pull/7126) - Don't always require typing.Generic as a base for partially parametrized models by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7119](https://github.com/pydantic/pydantic/pull/7119) - Fix issue with JSON schema incorrectly using parent class core schema by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7020](https://github.com/pydantic/pydantic/pull/7020) - Fix xfailed test related to TypedDict and alias\_generator by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6940](https://github.com/pydantic/pydantic/pull/6940) - Improve error message for NameEmail by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6939](https://github.com/pydantic/pydantic/pull/6939) - Fix generic computed fields by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6988](https://github.com/pydantic/pydantic/pull/6988) - Reflect namedtuple default values during validation by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7144](https://github.com/pydantic/pydantic/pull/7144) - Update dependencies, fix pydantic-core usage, fix CI issues by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7150](https://github.com/pydantic/pydantic/pull/7150) - Add mypy 1.5.0 by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7118](https://github.com/pydantic/pydantic/pull/7118) - Handle non-json native enum values by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7056](https://github.com/pydantic/pydantic/pull/7056) - document `round_trip` in Json type documentation by [@&#8203;jc-louis](https://github.com/jc-louis) in [#&#8203;7137](https://github.com/pydantic/pydantic/pull/7137) - Relax signature checks to better support builtins and C extension functions as validators by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;7101](https://github.com/pydantic/pydantic/pull/7101) - add union\_mode='left\_to\_right' by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;7151](https://github.com/pydantic/pydantic/pull/7151) - Include an error message hint for inherited ordering by [@&#8203;yvalencia91](https://github.com/yvalencia91) in [#&#8203;7124](https://github.com/pydantic/pydantic/pull/7124) - Fix one docs link and resolve some warnings for two others by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;7153](https://github.com/pydantic/pydantic/pull/7153) - Include Field extra keys name in warning by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;7136](https://github.com/pydantic/pydantic/pull/7136) ### [`v2.1.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v211-2023-07-25) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.1.0...v2.1.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.1.1) - Skip FieldInfo merging when unnecessary by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6862](https://github.com/pydantic/pydantic/pull/6862) ### [`v2.1.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v210-2023-07-25) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.0.3...v2.1.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.1.0) - Add `StringConstraints` for use as Annotated metadata by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6605](https://github.com/pydantic/pydantic/pull/6605) - Try to fix intermittently failing CI by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6683](https://github.com/pydantic/pydantic/pull/6683) - Remove redundant example of optional vs default. by [@&#8203;ehiggs-deliverect](https://github.com/ehiggs-deliverect) in [#&#8203;6676](https://github.com/pydantic/pydantic/pull/6676) - Docs update by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6692](https://github.com/pydantic/pydantic/pull/6692) - Remove the Validate always section in validator docs by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6679](https://github.com/pydantic/pydantic/pull/6679) - Fix recursion error in json schema generation by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6720](https://github.com/pydantic/pydantic/pull/6720) - Fix incorrect subclass check for secretstr by [@&#8203;AlexVndnblcke](https://github.com/AlexVndnblcke) in [#&#8203;6730](https://github.com/pydantic/pydantic/pull/6730) - update pdm / pdm lockfile to 2.8.0 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6714](https://github.com/pydantic/pydantic/pull/6714) - unpin pdm on more CI jobs by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6755](https://github.com/pydantic/pydantic/pull/6755) - improve source locations for auxiliary packages in docs by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6749](https://github.com/pydantic/pydantic/pull/6749) - Assume builtins don't accept an info argument by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6754](https://github.com/pydantic/pydantic/pull/6754) - Fix bug where calling `help(BaseModelSubclass)` raises errors by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6758](https://github.com/pydantic/pydantic/pull/6758) - Fix mypy plugin handling of `@model_validator(mode="after")` by [@&#8203;ljodal](https://github.com/ljodal) in [#&#8203;6753](https://github.com/pydantic/pydantic/pull/6753) - update pydantic-core to 2.3.1 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6756](https://github.com/pydantic/pydantic/pull/6756) - Mypy plugin for settings by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6760](https://github.com/pydantic/pydantic/pull/6760) - Use `contentSchema` keyword for JSON schema by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6715](https://github.com/pydantic/pydantic/pull/6715) - fast-path checking finite decimals by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6769](https://github.com/pydantic/pydantic/pull/6769) - Docs update by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6771](https://github.com/pydantic/pydantic/pull/6771) - Improve json schema doc by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6772](https://github.com/pydantic/pydantic/pull/6772) - Update validator docs by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6695](https://github.com/pydantic/pydantic/pull/6695) - Fix typehint for wrap validator by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6788](https://github.com/pydantic/pydantic/pull/6788) - 🐛 Fix validation warning for unions of Literal and other type by [@&#8203;lig](https://github.com/lig) in [#&#8203;6628](https://github.com/pydantic/pydantic/pull/6628) - Update documentation for generics support in V2 by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6685](https://github.com/pydantic/pydantic/pull/6685) - add pydantic-core build info to `version_info()` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6785](https://github.com/pydantic/pydantic/pull/6785) - Fix pydantic dataclasses that use slots with default values by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6796](https://github.com/pydantic/pydantic/pull/6796) - Fix inheritance of hash function for frozen models by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6789](https://github.com/pydantic/pydantic/pull/6789) - ✨ Add `SkipJsonSchema` annotation by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;6653](https://github.com/pydantic/pydantic/pull/6653) - Error if an invalid field name is used with Field by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6797](https://github.com/pydantic/pydantic/pull/6797) - Add `GenericModel` to `MOVED_IN_V2` by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6776](https://github.com/pydantic/pydantic/pull/6776) - Remove unused code from `docs/usage/types/custom.md` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6803](https://github.com/pydantic/pydantic/pull/6803) - Fix `float` -> `Decimal` coercion precision loss by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6810](https://github.com/pydantic/pydantic/pull/6810) - remove email validation from the north star benchmark by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6816](https://github.com/pydantic/pydantic/pull/6816) - Fix link to mypy by [@&#8203;progsmile](https://github.com/progsmile) in [#&#8203;6824](https://github.com/pydantic/pydantic/pull/6824) - Improve initialization hooks example by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6822](https://github.com/pydantic/pydantic/pull/6822) - Fix default port for mongosrv DSNs by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6827](https://github.com/pydantic/pydantic/pull/6827) - Improve API documentation, in particular more links between usage and API docs by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6780](https://github.com/pydantic/pydantic/pull/6780) - update pydantic-core to 2.4.0 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6831](https://github.com/pydantic/pydantic/pull/6831) - Fix `annotated_types.MaxLen` validator for custom sequence types by [@&#8203;ImogenBits](https://github.com/ImogenBits) in [#&#8203;6809](https://github.com/pydantic/pydantic/pull/6809) - Update V1 by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6833](https://github.com/pydantic/pydantic/pull/6833) - Make it so callable JSON schema extra works by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6798](https://github.com/pydantic/pydantic/pull/6798) - Fix serialization issue with `InstanceOf` by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6829](https://github.com/pydantic/pydantic/pull/6829) - Add back support for `json_encoders` by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6811](https://github.com/pydantic/pydantic/pull/6811) - Update field annotations when building the schema by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6838](https://github.com/pydantic/pydantic/pull/6838) - Use `WeakValueDictionary` to fix generic memory leak by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6681](https://github.com/pydantic/pydantic/pull/6681) - Add `config.defer_build` to optionally make model building lazy by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6823](https://github.com/pydantic/pydantic/pull/6823) - delegate `UUID` serialization to pydantic-core by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6850](https://github.com/pydantic/pydantic/pull/6850) - Update `json_encoders` docs by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6848](https://github.com/pydantic/pydantic/pull/6848) - Fix error message for `staticmethod`/`classmethod` order with validate\_call by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6686](https://github.com/pydantic/pydantic/pull/6686) - Improve documentation for `Config` by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6847](https://github.com/pydantic/pydantic/pull/6847) - Update serialization doc to mention `Field.exclude` takes priority over call-time `include/exclude` by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6851](https://github.com/pydantic/pydantic/pull/6851) - Allow customizing core schema generation by making `GenerateSchema` public by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6737](https://github.com/pydantic/pydantic/pull/6737) ### [`v2.0.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v203-2023-07-05) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.0.2...v2.0.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.0.3) - Mention PyObject (v1) moving to ImportString (v2) in migration doc by [@&#8203;slafs](https://github.com/slafs) in [#&#8203;6456](https://github.com/pydantic/pydantic/pull/6456) - Fix release-tweet CI by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;6461](https://github.com/pydantic/pydantic/pull/6461) - Revise the section on required / optional / nullable fields. by [@&#8203;ybressler](https://github.com/ybressler) in [#&#8203;6468](https://github.com/pydantic/pydantic/pull/6468) - Warn if a type hint is not in fact a type by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6479](https://github.com/pydantic/pydantic/pull/6479) - Replace TransformSchema with GetPydanticSchema by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6484](https://github.com/pydantic/pydantic/pull/6484) - Fix the un-hashability of various annotation types, for use in caching generic containers by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6480](https://github.com/pydantic/pydantic/pull/6480) - PYD-164: Rework custom types docs by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6490](https://github.com/pydantic/pydantic/pull/6490) - Fix ci by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6507](https://github.com/pydantic/pydantic/pull/6507) - Fix forward ref in generic by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6511](https://github.com/pydantic/pydantic/pull/6511) - Fix generation of serialization JSON schemas for core\_schema.ChainSchema by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6515](https://github.com/pydantic/pydantic/pull/6515) - Document the change in `Field.alias` behavior in Pydantic V2 by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6508](https://github.com/pydantic/pydantic/pull/6508) - Give better error message attempting to compute the json schema of a model with undefined fields by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6519](https://github.com/pydantic/pydantic/pull/6519) - Document `alias_priority` by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6520](https://github.com/pydantic/pydantic/pull/6520) - Add redirect for types documentation by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6513](https://github.com/pydantic/pydantic/pull/6513) - Allow updating docs without release by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6551](https://github.com/pydantic/pydantic/pull/6551) - Ensure docs tests always run in the right folder by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6487](https://github.com/pydantic/pydantic/pull/6487) - Defer evaluation of return type hints for serializer functions by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6516](https://github.com/pydantic/pydantic/pull/6516) - Disable E501 from Ruff and rely on just Black by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6552](https://github.com/pydantic/pydantic/pull/6552) - Update JSON Schema documentation for V2 by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6492](https://github.com/pydantic/pydantic/pull/6492) - Add documentation of cyclic reference handling by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6493](https://github.com/pydantic/pydantic/pull/6493) - Remove the need for change files by [@&#8203;samuelcolvin](https://github.com/samuelcolvin) in [#&#8203;6556](https://github.com/pydantic/pydantic/pull/6556) - add "north star" benchmark by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6547](https://github.com/pydantic/pydantic/pull/6547) - Update Dataclasses docs by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6470](https://github.com/pydantic/pydantic/pull/6470) - ♻️ Use different error message on v1 redirects by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;6595](https://github.com/pydantic/pydantic/pull/6595) - ⬆ Upgrade `pydantic-core` to v2.2.0 by [@&#8203;lig](https://github.com/lig) in [#&#8203;6589](https://github.com/pydantic/pydantic/pull/6589) - Fix serialization for IPvAny by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6572](https://github.com/pydantic/pydantic/pull/6572) - Improve CI by using PDM instead of pip to install typing-extensions by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6602](https://github.com/pydantic/pydantic/pull/6602) - Add `enum` error type docs by [@&#8203;lig](https://github.com/lig) in [#&#8203;6603](https://github.com/pydantic/pydantic/pull/6603) - 🐛 Fix `max_length` for unicode strings by [@&#8203;lig](https://github.com/lig) in [#&#8203;6559](https://github.com/pydantic/pydantic/pull/6559) - Add documentation for accessing features via `pydantic.v1` by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6604](https://github.com/pydantic/pydantic/pull/6604) - Include extra when iterating over a model by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6562](https://github.com/pydantic/pydantic/pull/6562) - Fix typing of model\_validator by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6514](https://github.com/pydantic/pydantic/pull/6514) - Touch up Decimal validator by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6327](https://github.com/pydantic/pydantic/pull/6327) - Fix various docstrings using fixed pytest-examples by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6607](https://github.com/pydantic/pydantic/pull/6607) - Handle function validators in a discriminated union by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6570](https://github.com/pydantic/pydantic/pull/6570) - Review json\_schema.md by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6608](https://github.com/pydantic/pydantic/pull/6608) - Make validate\_call work on basemodel methods by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6569](https://github.com/pydantic/pydantic/pull/6569) - add test for big int json serde by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6614](https://github.com/pydantic/pydantic/pull/6614) - Fix pydantic dataclass problem with dataclasses.field default\_factory by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6616](https://github.com/pydantic/pydantic/pull/6616) - Fixed mypy type inference for TypeAdapter by [@&#8203;zakstucke](https://github.com/zakstucke) in [#&#8203;6617](https://github.com/pydantic/pydantic/pull/6617) - Make it work to use None as a generic parameter by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6609](https://github.com/pydantic/pydantic/pull/6609) - Make it work to use `$ref` as an alias by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6568](https://github.com/pydantic/pydantic/pull/6568) - add note to migration guide about changes to `AnyUrl` etc by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6618](https://github.com/pydantic/pydantic/pull/6618) - 🐛 Support defining `json_schema_extra` on `RootModel` using `Field` by [@&#8203;lig](https://github.com/lig) in [#&#8203;6622](https://github.com/pydantic/pydantic/pull/6622) - Update pre-commit to prevent commits to main branch on accident by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6636](https://github.com/pydantic/pydantic/pull/6636) - Fix PDM CI for python 3.7 on MacOS/windows by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6627](https://github.com/pydantic/pydantic/pull/6627) - Produce more accurate signatures for pydantic dataclasses by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6633](https://github.com/pydantic/pydantic/pull/6633) - Updates to Url types for Pydantic V2 by [@&#8203;tpdorsey](https://github.com/tpdorsey) in [#&#8203;6638](https://github.com/pydantic/pydantic/pull/6638) - Fix list markdown in `transform` docstring by [@&#8203;StefanBRas](https://github.com/StefanBRas) in [#&#8203;6649](https://github.com/pydantic/pydantic/pull/6649) - simplify slots\_dataclass construction to appease mypy by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;6639](https://github.com/pydantic/pydantic/pull/6639) - Update TypedDict schema generation docstring by [@&#8203;adriangb](https://github.com/adriangb) in [#&#8203;6651](https://github.com/pydantic/pydantic/pull/6651) - Detect and lint-error for prints by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6655](https://github.com/pydantic/pydantic/pull/6655) - Add xfailing test for pydantic-core PR 766 by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6641](https://github.com/pydantic/pydantic/pull/6641) - Ignore unrecognized fields from dataclasses metadata by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6634](https://github.com/pydantic/pydantic/pull/6634) - Make non-existent class getattr a mypy error by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6658](https://github.com/pydantic/pydantic/pull/6658) - Update pydantic-core to 2.3.0 by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;6648](https://github.com/pydantic/pydantic/pull/6648) - Use OrderedDict from typing\_extensions by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6664](https://github.com/pydantic/pydantic/pull/6664) - Fix typehint for JSON schema extra callable by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;6659](https://github.com/pydantic/pydantic/pull/6659) ### [`v2.0.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v202-2023-07-05) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.0.1...v2.0.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.0.2) - Fix bug where round-trip pickling/unpickling a `RootModel` would change the value of `__dict__`, [#&#8203;6457](https://github.com/pydantic/pydantic/pull/6457) by [@&#8203;dmontagu](https://github.com/dmontagu) - Allow single-item discriminated unions, [#&#8203;6405](https://github.com/pydantic/pydantic/pull/6405) by [@&#8203;dmontagu](https://github.com/dmontagu) - Fix issue with union parsing of enums, [#&#8203;6440](https://github.com/pydantic/pydantic/pull/6440) by [@&#8203;dmontagu](https://github.com/dmontagu) - Docs: Fixed `constr` documentation, renamed old `regex` to new `pattern`, [#&#8203;6452](https://github.com/pydantic/pydantic/pull/6452) by [@&#8203;miili](https://github.com/miili) - Change `GenerateJsonSchema.generate_definitions` signature, [#&#8203;6436](https://github.com/pydantic/pydantic/pull/6436) by [@&#8203;dmontagu](https://github.com/dmontagu) See the full changelog [here](https://github.com/pydantic/pydantic/releases/tag/v2.0.2) ### [`v2.0.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v201-2023-07-04) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.0...v2.0.1) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.0.1) First patch release of Pydantic V2 - Extra fields added via `setattr` (i.e. `m.some_extra_field = 'extra_value'`) are added to `.model_extra` if `model_config` `extra='allowed'`. Fixed [#&#8203;6333](https://github.com/pydantic/pydantic/pull/6333), [#&#8203;6365](https://github.com/pydantic/pydantic/pull/6365) by [@&#8203;aaraney](https://github.com/aaraney) - Automatically unpack JSON schema '$ref' for custom types, [#&#8203;6343](https://github.com/pydantic/pydantic/pull/6343) by [@&#8203;adriangb](https://github.com/adriangb) - Fix tagged unions multiple processing in submodels, [#&#8203;6340](https://github.com/pydantic/pydantic/pull/6340) by [@&#8203;suharnikov](https://github.com/suharnikov) See the full changelog [here](https://github.com/pydantic/pydantic/releases/tag/v2.0.1) ### [`v2.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2120-2025-10-07) [Compare Source](https://github.com/pydantic/pydantic/compare/v1.10.26...v2.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.0) ##### What's Changed This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support. Several minor changes (considered non-breaking changes according to our [versioning policy](https://docs.pydantic.dev/2.12/version-policy/#pydantic-v2)) are also included in this release. Make sure to look into them before upgrading. **Note that Pydantic V1 is not compatible with Python 3.14 and greater**. Changes (see the alpha and beta releases for additional changes since 2.11): ##### Packaging - Update V1 copy to v1.10.24 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12338](https://github.com/pydantic/pydantic/pull/12338) ##### New Features - Add `extra` parameter to the validate functions by [@&#8203;anvilpete](https://github.com/anvilpete) in [#&#8203;12233](https://github.com/pydantic/pydantic/pull/12233) - Add `exclude_computed_fields` serialization option by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12334](https://github.com/pydantic/pydantic/pull/12334) - Add `preverse_empty_path` URL options by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12336](https://github.com/pydantic/pydantic/pull/12336) - Add `union_format` parameter to JSON Schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12147](https://github.com/pydantic/pydantic/pull/12147) - Add `__qualname__` parameter for `create_model` by [@&#8203;Atry](https://github.com/Atry) in [#&#8203;12001](https://github.com/pydantic/pydantic/pull/12001) ##### Fixes - Do not try to infer name from lambda definitions in pipelines API by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12289](https://github.com/pydantic/pydantic/pull/12289) - Use proper namespace for functions in `TypeAdapter` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12324](https://github.com/pydantic/pydantic/pull/12324) - Use `Any` for context type annotation in `TypeAdapter` by [@&#8203;inducer](https://github.com/inducer) in [#&#8203;12279](https://github.com/pydantic/pydantic/pull/12279) - Expose `FieldInfo` in `pydantic.fields.__all__` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12339](https://github.com/pydantic/pydantic/pull/12339) - Respect `validation_alias` in `@validate_call` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12340](https://github.com/pydantic/pydantic/pull/12340) - Use `Any` as context annotation in plugin API by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12341](https://github.com/pydantic/pydantic/pull/12341) - Use proper `stacklevel` in warnings when possible by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;12342](https://github.com/pydantic/pydantic/pull/12342) ##### New Contributors - [@&#8203;anvilpete](https://github.com/anvilpete) made their first contribution in [#&#8203;12233](https://github.com/pydantic/pydantic/pull/12233) - [@&#8203;JonathanWindell](https://github.com/JonathanWindell) made their first contribution in [#&#8203;12327](https://github.com/pydantic/pydantic/pull/12327) - [@&#8203;inducer](https://github.com/inducer) made their first contribution in [#&#8203;12279](https://github.com/pydantic/pydantic/pull/12279) - [@&#8203;Atry](https://github.com/Atry) made their first contribution in [#&#8203;12001](https://github.com/pydantic/pydantic/pull/12001) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGV2b3BzL3Jlbm92YXRlLWNvbmZpZyJdfQ==-->
renovate added 1 commit 2026-02-15 08:25:42 +00:00
renovate scheduled this pull request to auto merge when all checks succeed 2026-02-15 08:25:43 +00:00
renovate merged commit 20ec0b1f77 into main 2026-02-15 08:25:45 +00:00
renovate deleted branch renovate/pydantic-2.x 2026-02-15 08:25:45 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: training/cursus_alliander_openshift#113