Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

chore(deps): update dependency pydantic to v2.12.4#17

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

chore(deps): update dependency pydantic to v2.12.4#17
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pydantic-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Nov 13, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pydantic (changelog) 2.4.2 -> 2.12.4 age 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

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

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 fix(deps): update dependency pydantic to v2.5.0 fix(deps): update dependency pydantic to v2.5.1 Nov 15, 2023
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from d8ed519 to 94fe6ea Compare November 15, 2023 15:26
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.5.1 fix(deps): update dependency pydantic to v2.5.2 Nov 22, 2023
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 94fe6ea to f183bc2 Compare November 22, 2023 14:32
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from f183bc2 to bb7f965 Compare December 22, 2023 11:01
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.5.2 fix(deps): update dependency pydantic to v2.5.3 Dec 22, 2023
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from bb7f965 to 2f90114 Compare January 29, 2024 14:43
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.5.3 fix(deps): update dependency pydantic to v2.6.0 Jan 29, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 2f90114 to d77d8b2 Compare February 5, 2024 15:13
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.6.0 fix(deps): update dependency pydantic to v2.6.1 Feb 5, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from d77d8b2 to 22baa80 Compare February 23, 2024 19:02
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.6.1 fix(deps): update dependency pydantic to v2.6.2 Feb 23, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 22baa80 to ed45ec2 Compare February 27, 2024 19:45
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.6.2 fix(deps): update dependency pydantic to v2.6.3 Feb 27, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from ed45ec2 to ab537c0 Compare March 12, 2024 17:55
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.6.3 fix(deps): update dependency pydantic to v2.6.4 Mar 12, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from ab537c0 to 6cb4cf0 Compare April 11, 2024 18:17
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.6.4 fix(deps): update dependency pydantic to v2.7.0 Apr 11, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 6cb4cf0 to 0310852 Compare April 23, 2024 14:21
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.7.0 fix(deps): update dependency pydantic to v2.7.1 Apr 23, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 0310852 to 6823286 Compare May 28, 2024 22:11
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.7.1 fix(deps): update dependency pydantic to v2.7.2 May 28, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 6823286 to 6a04101 Compare June 3, 2024 19:07
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.7.2 fix(deps): update dependency pydantic to v2.7.3 Jun 3, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 6a04101 to ba4b278 Compare June 12, 2024 17:17
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.7.3 fix(deps): update dependency pydantic to v2.7.4 Jun 12, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from ba4b278 to c7c5eda Compare July 9, 2024 14:58
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.7.4 fix(deps): update dependency pydantic to v2.8.2 Jul 9, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from c7c5eda to 2158363 Compare September 5, 2024 16:41
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.8.2 fix(deps): update dependency pydantic to v2.9.0 Sep 5, 2024
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.10.2 fix(deps): update dependency pydantic to v2.10.3 Dec 3, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 8e96399 to 0dcaeca Compare December 18, 2024 19:43
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.10.3 fix(deps): update dependency pydantic to v2.10.4 Dec 18, 2024
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 0dcaeca to 2a47e4d Compare January 9, 2025 16:35
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.10.4 fix(deps): update dependency pydantic to v2.10.5 Jan 9, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 2a47e4d to 2d8c384 Compare January 24, 2025 02:30
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.10.5 fix(deps): update dependency pydantic to v2.10.6 Jan 24, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 2d8c384 to 5024481 Compare March 27, 2025 21:31
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.10.6 fix(deps): update dependency pydantic to v2.11.0 Mar 27, 2025
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.0 fix(deps): update dependency pydantic to v2.11.1 Mar 29, 2025
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.1 fix(deps): update dependency pydantic to v2.11.2 Apr 3, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 5024481 to 5b6225e Compare April 8, 2025 16:40
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.2 fix(deps): update dependency pydantic to v2.11.3 Apr 8, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from 5b6225e to 5151ba2 Compare April 29, 2025 22:02
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.3 fix(deps): update dependency pydantic to v2.11.4 Apr 29, 2025
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.4 fix(deps): update dependency pydantic to v2.11.5 May 22, 2025
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.5 fix(deps): update dependency pydantic to v2.11.6 Jun 13, 2025
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.6 fix(deps): update dependency pydantic to v2.11.7 Jun 14, 2025
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.7 fix(deps): update dependency pydantic to v2.11.7 - autoclosed Jul 8, 2025
@renovate renovate Bot closed this Jul 8, 2025
@renovate renovate Bot deleted the renovate/pydantic-2.x-lockfile branch July 8, 2025 14:55
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.7 - autoclosed fix(deps): update dependency pydantic to v2.11.7 Jul 8, 2025
@renovate renovate Bot reopened this Jul 8, 2025
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from cb0bb0f to 5151ba2 Compare July 8, 2025 21:35
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch 2 times, most recently from acd1dc8 to e37479a Compare August 23, 2025 04:25
@renovate renovate Bot force-pushed the renovate/pydantic-2.x-lockfile branch from e37479a to 161b82d Compare September 13, 2025 18:05
@renovate renovate Bot changed the title fix(deps): update dependency pydantic to v2.11.7 fix(deps): update dependency pydantic to v2.11.9 Sep 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants