Skip to content

feat(deps): update pydantic ( 2.11.7 → 2.13.3 )#126

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

feat(deps): update pydantic ( 2.11.7 → 2.13.3 )#126
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pydantic-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 15, 2025

This PR contains the following updates:

Package Change Age Confidence
pydantic (changelog) ==2.11.7==2.13.3 age confidence

Release Notes

pydantic/pydantic (pydantic)

v2.13.3

Compare Source

GitHub release

What's Changed
Fixes

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

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@renovate renovate Bot added the type/patch label Sep 15, 2025
@renovate renovate Bot assigned rtrox Sep 15, 2025
@renovate renovate Bot changed the title fix(deps): update pydantic ( 2.11.7 → 2.11.9 ) fix(deps): update pydantic ( 2.11.7 → 2.11.10 ) Oct 4, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from caaa4f4 to a1cbc15 Compare October 4, 2025 13:09
@coveralls
Copy link
Copy Markdown

coveralls commented Oct 4, 2025

Coverage Report for CI Build 24684399283

Warning

No base build found for commit 647b27a on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 98.98%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 196
Covered Lines: 194
Line Coverage: 98.98%
Coverage Strength: 0.99 hits per line

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from a1cbc15 to 1868f74 Compare October 7, 2025 20:04
@renovate renovate Bot added type/minor and removed type/patch labels Oct 7, 2025
@renovate renovate Bot changed the title fix(deps): update pydantic ( 2.11.7 → 2.11.10 ) feat(deps): update pydantic ( 2.11.7 → 2.12.0 ) Oct 7, 2025
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.0 ) feat(deps): update pydantic ( 2.11.7 → 2.12.1 ) Oct 14, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from a3d911f to b36b972 Compare October 14, 2025 16:08
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.1 ) feat(deps): update pydantic ( 2.11.7 → 2.12.2 ) Oct 14, 2025
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.2 ) feat(deps): update pydantic ( 2.11.7 → 2.12.3 ) Oct 18, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from b36b972 to b45557f Compare October 18, 2025 01:07
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.3 ) feat(deps): update pydantic ( 2.11.7 → 2.12.3 ) - autoclosed Oct 23, 2025
@renovate renovate Bot closed this Oct 23, 2025
@renovate renovate Bot deleted the renovate/pydantic-2.x branch October 23, 2025 14:36
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.3 ) - autoclosed feat(deps): update pydantic ( 2.11.7 → 2.12.3 ) Oct 23, 2025
@renovate renovate Bot reopened this Oct 23, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from b45557f to 3cacafa Compare October 23, 2025 16:43
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.3 ) feat(deps): update pydantic ( 2.11.7 → 2.12.4 ) Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 3cacafa to 064b50a Compare November 5, 2025 16:11
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.4 ) feat(deps): update pydantic ( 2.11.7 → 2.12.5 ) Nov 26, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 064b50a to 4f805ef Compare November 26, 2025 20:14
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.12.5 ) feat(deps): update pydantic ( 2.11.7 → 2.13.0 ) Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from 3a6c5e4 to 184c1c9 Compare April 16, 2026 09:32
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.13.0 ) feat(deps): update pydantic ( 2.11.7 → 2.13.1 ) Apr 16, 2026
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.13.1 ) feat(deps): update pydantic ( 2.11.7 → 2.13.2 ) Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 184c1c9 to 5e7e036 Compare April 17, 2026 12:09
| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| pypi       | pydantic | 2.11.7 | 2.13.3 |
@renovate renovate Bot changed the title feat(deps): update pydantic ( 2.11.7 → 2.13.2 ) feat(deps): update pydantic ( 2.11.7 → 2.13.3 ) Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-2.x branch from 5e7e036 to 5cf8886 Compare April 20, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants