Bump pydantic from 2.11.1 to 2.11.2
Bumps pydantic from 2.11.1 to 2.11.2.
Release notes
Sourced from pydantic's releases.
v2.11.2 2025-04-03
What's Changed
Fixes
- Bump
pydantic-core
to v2.33.1 by@Viicos
in pydantic/pydantic#11678- Make sure
__pydantic_private__
exists before setting private attributes by@Viicos
in pydantic/pydantic#11666- Do not override
FieldInfo._complete
when using field from parent class by@Viicos
in pydantic/pydantic#11668- Provide the available definitions when applying discriminated unions by
@Viicos
in pydantic/pydantic#11670- Do not expand root type in the mypy plugin for variables by
@Viicos
in pydantic/pydantic#11676- Mention the attribute name in model fields deprecation message by
@Viicos
in pydantic/pydantic#11674- Properly validate parameterized mappings by
@Viicos
in pydantic/pydantic#11658- Prepare release v2.11.2 by
@Viicos
in pydantic/pydantic#11684Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2
Changelog
Sourced from pydantic's changelog.
v2.11.2 (2025-04-03)
What's Changed
Fixes
- Bump
pydantic-core
to v2.33.1 by@Viicos
in #11678- Make sure
__pydantic_private__
exists before setting private attributes by@Viicos
in #11666- Do not override
FieldInfo._complete
when using field from parent class by@Viicos
in #11668- Provide the available definitions when applying discriminated unions by
@Viicos
in #11670- Do not expand root type in the mypy plugin for variables by
@Viicos
in #11676- Mention the attribute name in model fields deprecation message by
@Viicos
in #11674- Properly validate parameterized mappings by
@Viicos
in #11658
Commits
-
bd1f8cf
Prepare release v2.11.2 (#11684) -
f70f291
Add integration documentation for llms.txt (#11677) -
34095c7
Properly validate parameterized mappings (#11658) -
dfa6c67
Mention the attribute name in model fields deprecation message (#11674) -
cbf4202
Do not expand root type in the mypy plugin for variables (#11676) -
8b0825a
Provide the available definitions when applying discriminated unions (#11670) -
86c5703
Do not overrideFieldInfo._complete
when using field from parent class (#11... -
da84149
Make sure__pydantic_private__
exists before setting private attributes (#1... -
0cfe853
Bumppydantic-core
to v2.33.1 (#11678) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts