Sourced from pydantic's releases.
v2.11.5 2025-05-22
What's Changed
Fixes
- Check if
FieldInfois complete after applying type variable map by@Viicosin #11855- Do not delete mock validator/serializer in
model_rebuild()by@Viicosin #11890- Do not duplicate metadata on model rebuild by
@Viicosin #11902Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.4...v2.11.5
5e6d1dc
Prepare release v2.11.51b63218
Do not duplicate metadata on model rebuild (#11902)5aefad8
Do not delete mock validator/serializer in
model_rebuild()8fbe658
Check if FieldInfo is complete after applying type variable
map12b371a
Update documentation about @dataclass_transform
support3a6aef4
Fix missing link in documentation0506b9c
Fix light/dark mode documentation toggle58078c8
Fix typo in documentation