⬆ Bump pydantic from 2.9.2 to 2.12.1 in /backend
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(8 months ago)
(8 months ago)
(8 months ago)
dependencies python:uv
Bumps pydantic from 2.9.2 to 2.12.1.
Release notes
Sourced from pydantic's releases.
v2.12.1 2025-10-13
v2.12.1 (2025-10-13)
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
- Do not evaluate annotations when inspecting validators and serializers by
@Viicosin #12355- Make sure
Noneis converted asNoneTypein Python 3.14 by@Viicosin #12370- Backport V1 runtime warning when using Python 3.14 by
@Viicosin #12367- Fix error message for invalid validator signatures by
@Viicosin #12366- Populate field name in
ValidationInfofor validation of default value by@Viicosin pydantic-core#1826- Encode credentials in
MultiHostUrlbuilder by@willswirein pydantic-core#1829- Respect field serializers when using
serialize_as_anyserialization flag by@davidhewittin pydantic-core#1829- Fix various
RootModelserialization issues by@davidhewittin pydantic-core#1836New Contributors
@willswiremade their first contribution in pydantic-core#1829Full Changelog: https://github.com/pydantic/pydantic/compare/v2.12.0...v2.12.1
v2.12.0 2025-10-07
v2.12.0 (2025-10-07)
[!NOTE] Check out the blog post for release highlights. 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.
[!WARNING] The core functionality of Pydantic V1 is not compatible with Python 3.14 or greater.
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.
Changelog (see the 2.12.0a1 and 2.12.0b1 releases for additional changes since 2.11):
Packaging
New Features
... (truncated)
Changelog
Sourced from pydantic's changelog.
v2.12.1 (2025-10-13)
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
- Do not evaluate annotations when inspecting validators and serializers by
@Viicosin #12355- Make sure
Noneis converted asNoneTypein Python 3.14 by@Viicosin #12370- Backport V1 runtime warning when using Python 3.14 by
@Viicosin #12367- Fix error message for invalid validator signatures by
@Viicosin #12366- Populate field name in
ValidationInfofor validation of default value by@Viicosin pydantic-core#1826- Encode credentials in
MultiHostUrlbuilder by@willswirein pydantic-core#1829- Respect field serializers when using
serialize_as_anyserialization flag by@davidhewittin pydantic-core#1829- Fix various
RootModelserialization issues by@davidhewittin pydantic-core#1836New Contributors
@willswiremade their first contribution in pydantic-core#1829v2.12.0 (2025-10-07)
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
- Add
extraparameter to the validate functions by@anvilpetein #12233- Add
exclude_computed_fieldsserialization option by@Viicosin #12334- Add
preverse_empty_pathURL options by@Viicosin #12336- Add
union_formatparameter to JSON Schema generation by@Viicosin #12147- Add
__qualname__parameter forcreate_modelby@Atryin #12001Fixes
... (truncated)
Commits
b4076c6Prepare release 2.12.1b67f072Bumppydantic-coreto v2.41.3529f7ddFix error message for invalid validator signatures445fa79Backport V1 runtime warningb3dba9bMake sureNoneis converted asNoneTypein Python 3.141e8c41eDo not evaluate annotations when inspecting validators and serializerse2a199fUpgrade dependencies for 3.1479353e6Fix spelling inmodel_dump()docstringaa6b6cdFix typo in experimental.md documentationa7928e6Update Python version in documentation publishing CI job (#12344)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 10189145 |
| UUID: | 3511909194 |
| Node ID: | PR_kwDOPmc1JM6tkAOK |
| Host: | GitHub |
| Repository: | Maymoom/FastAPI-FullStack |