Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2025

This PR contains the following updates:

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

Release Notes

pydantic/pydantic (pydantic)

v2.12.5: 2025-11-26

Compare Source

v2.12.5 (2025-11-26)

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.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

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

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 changed the title Update dependency pydantic to v2.11.4 Update dependency pydantic to v2.11.5 May 22, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 4b07ed5 to a23df96 Compare May 22, 2025 22:42
@renovate renovate bot changed the title Update dependency pydantic to v2.11.5 Update dependency pydantic to v2.11.5 - autoclosed May 29, 2025
@renovate renovate bot closed this May 29, 2025
@renovate renovate bot deleted the renovate/pydantic-2.x branch May 29, 2025 10:29
@renovate renovate bot changed the title Update dependency pydantic to v2.11.5 - autoclosed Update dependency pydantic to v2.11.5 May 29, 2025
@renovate renovate bot reopened this May 29, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 050f3b4 to a23df96 Compare May 29, 2025 13:23
@renovate renovate bot changed the title Update dependency pydantic to v2.11.5 Update dependency pydantic to v2.11.6 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from caf7664 to 6bb7fde Compare June 14, 2025 09:50
@renovate renovate bot changed the title Update dependency pydantic to v2.11.6 Update dependency pydantic to v2.11.7 Jun 14, 2025
@renovate renovate bot changed the title Update dependency pydantic to v2.11.7 Update dependency pydantic to v2.11.7 - autoclosed Jun 24, 2025
@renovate renovate bot closed this Jun 24, 2025
@renovate renovate bot changed the title Update dependency pydantic to v2.11.7 - autoclosed Update dependency pydantic to v2.11.7 Jun 24, 2025
@renovate renovate bot reopened this Jun 24, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 065648a to 6bb7fde Compare June 24, 2025 15:59
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 6bb7fde to 4d267ae Compare August 10, 2025 15:09
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from 4405b87 to 579cea7 Compare August 24, 2025 13:36
@renovate renovate bot changed the title Update dependency pydantic to v2.11.7 Update dependency pydantic to v2.11.9 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 579cea7 to 9821b38 Compare September 13, 2025 22:58
@renovate renovate bot changed the title Update dependency pydantic to v2.11.9 Update dependency pydantic to v2.11.10 Oct 4, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from 51d1108 to 87c0803 Compare October 7, 2025 16:36
@renovate renovate bot changed the title Update dependency pydantic to v2.11.10 Update dependency pydantic to v2.12.0 Oct 7, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Oct 7, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package pydantic
warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead
Using CPython 3.14.2 interpreter at: /opt/containerbase/tools/python/3.14.2/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version >= '3.9' and python_full_version <= '3.11'):
  ╰─▶ Because pydantic==2.12.5 depends on typing-extensions>=4.14.1 and your
      project depends on pydantic[email]==2.12.5, we can conclude that your
      project depends on typing-extensions>=4.14.1.
      And because your project depends on typing-extensions==4.13.1, we can
      conclude that your project's requirements are unsatisfiable.

      hint: While the active Python version is 3.14, the resolution failed for
      other Python versions supported by your project. Consider limiting your
      project's supported Python versions using `requires-python`.

@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 87c0803 to 48f787e Compare October 14, 2025 02:13
@renovate renovate bot changed the title Update dependency pydantic to v2.12.0 Update dependency pydantic to v2.12.1 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from 48f787e to 547ece0 Compare October 14, 2025 19:07
@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 branch from 547ece0 to c7df0c1 Compare October 17, 2025 20:10
@renovate renovate bot changed the title Update dependency pydantic to v2.12.2 Update dependency pydantic to v2.12.3 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/pydantic-2.x branch from c7df0c1 to 5e4b255 Compare November 5, 2025 16:48
@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 force-pushed the renovate/pydantic-2.x branch from 5e4b255 to 6aa4f9f Compare November 26, 2025 16:16
@renovate renovate bot changed the title Update dependency pydantic to v2.12.4 Update dependency pydantic to v2.12.5 Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant