Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic (changelog) 2.12.0 -> 2.12.4 age adoption passing confidence

Release Notes

pydantic/pydantic (pydantic)

v2.12.4

Compare Source

v2.12.3

Compare Source

GitHub release

What's Changed

This is the third 2.13 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

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Oct 14, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x-lockfile branch from c578dc8 to a3ba59a Compare October 14, 2025 18:16
@renovate renovate bot changed the title ⬆️ Update dependency pydantic to v2.12.1 ⬆️ Update dependency pydantic to v2.12.2 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x-lockfile branch from a3ba59a to 601d992 Compare October 18, 2025 02:00
@renovate renovate bot changed the title ⬆️ Update dependency pydantic to v2.12.2 ⬆️ Update dependency pydantic to v2.12.3 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x-lockfile branch from 601d992 to e535e80 Compare November 5, 2025 18:28
@renovate renovate bot changed the title ⬆️ Update dependency pydantic to v2.12.3 ⬆️ Update dependency pydantic to v2.12.4 Nov 5, 2025
@renovate renovate bot changed the title ⬆️ Update dependency pydantic to v2.12.4 ⬆️ Update dependency pydantic to v2.12.4 - autoclosed Nov 13, 2025
@renovate renovate bot closed this Nov 13, 2025
@renovate renovate bot deleted the renovate/pydantic-2.x-lockfile branch November 13, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant