Skip to content

Update dependency pydantic to v2.13.2#18

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pydantic-2.x
Open

Update dependency pydantic to v2.13.2#18
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pydantic-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Confidence
pydantic (changelog) ==2.10.6==2.13.2 age confidence

Warning

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


Release Notes

pydantic/pydantic (pydantic)

v2.13.2

Compare Source

v2.13.1: 2026-04-15

Compare Source

v2.13.1 (2026-04-15)

What's Changed
Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

v2.13.0

Compare Source

GitHub release

The highlights of the v2.13 release are available in the blog post.
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.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

New Features
  • Allow default factories of private attributes to take validated model data by @​Viicos in #​13013
Changes
Fixes
  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #​13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #​13062
Packaging
New Contributors

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

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

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.22%. Comparing base (504af4c) to head (eefc372).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   90.22%   90.22%           
=======================================
  Files          34       34           
  Lines        1013     1013           
  Branches      118      118           
=======================================
  Hits          914      914           
  Misses         62       62           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.1 chore(deps): update dependency pydantic to v2.11.2 Apr 5, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from eb21fb5 to df778a1 Compare April 5, 2025 07:25
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.2 chore(deps): update dependency pydantic to v2.11.3 Apr 12, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from df778a1 to 0e3e326 Compare April 12, 2025 08:09
@helmut-hoffer-von-ankershoffen
Copy link
Copy Markdown
Owner

@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 0e3e326 to e948c2e Compare April 30, 2025 02:21
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.3 chore(deps): update dependency pydantic to v2.11.4 Apr 30, 2025
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.4 chore(deps): update dependency pydantic to v2.11.5 May 24, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from e948c2e to 923e2c9 Compare May 24, 2025 04:21
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.5 chore(deps): update dependency pydantic to v2.11.7 Jun 14, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 923e2c9 to af1bf2a Compare June 14, 2025 20:10
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.7 chore(deps): update dependency pydantic to v2.11.9 Sep 14, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from af1bf2a to d543882 Compare September 14, 2025 15:34
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from d543882 to 1fc9f19 Compare October 5, 2025 03:00
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.9 chore(deps): update dependency pydantic to v2.11.10 Oct 5, 2025
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.11.10 chore(deps): update dependency pydantic to v2.12.0 Oct 8, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 1fc9f19 to 8bca025 Compare October 8, 2025 02:16
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.12.0 chore(deps): update dependency pydantic to v2.12.2 Oct 15, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 8bca025 to 1fa7d98 Compare October 15, 2025 07:13
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.12.2 chore(deps): update dependency pydantic to v2.12.3 Oct 18, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 1fa7d98 to ed11fd4 Compare October 18, 2025 06:58
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.12.3 chore(deps): update dependency pydantic to v2.12.4 Nov 8, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from ed11fd4 to b252288 Compare November 8, 2025 07:32
@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.12.4 chore(deps): update dependency pydantic to v2.12.5 Nov 27, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from b252288 to eefc372 Compare November 27, 2025 08:15
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot changed the title chore(deps): update dependency pydantic to v2.12.5 Update dependency pydantic to v2.13.1 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from eefc372 to 390b9a8 Compare April 15, 2026 18:34
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 390b9a8 to 033d0e0 Compare April 19, 2026 06:10
@renovate renovate Bot changed the title Update dependency pydantic to v2.13.1 Update dependency pydantic to v2.13.2 Apr 19, 2026
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants