Build(deps): bump pydantic from 2.10.2 to 2.10.3
Bumps pydantic from 2.10.2 to 2.10.3.
Release notes
Sourced from pydantic's releases.
v2.10.3 2024-12-03
What's Changed
Fixes
- Set fields when
defer_build
is set on Pydantic dataclasses by@Viicos
in #10984- Do not resolve the JSON Schema reference for
dict
core schema keys by@Viicos
in #10989- Use the globals of the function when evaluating the return type for
PlainSerializer
andWrapSerializer
functions by@Viicos
in #11008- Fix host required enforcement for urls to be compatible with v2.9 behavior by
@sydney-runkle
in #11027- Add a
default_factory_takes_validated_data
property toFieldInfo
by@Viicos
in #11034- Fix url json schema in
serialization
mode by@sydney-runkle
in #11035Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3
Changelog
Sourced from pydantic's changelog.
v2.10.3 (2024-12-03)
What's Changed
Fixes
- Set fields when
defer_build
is set on Pydantic dataclasses by@Viicos
in #10984- Do not resolve the JSON Schema reference for
dict
core schema keys by@Viicos
in #10989- Use the globals of the function when evaluating the return type for
PlainSerializer
andWrapSerializer
functions by@Viicos
in #11008- Fix host required enforcement for urls to be compatible with v2.9 behavior by
@sydney-runkle
in #11027- Add a
default_factory_takes_validated_data
property toFieldInfo
by@Viicos
in #11034- Fix url json schema in
serialization
mode by@sydney-runkle
in #11035
Commits
-
c326748
Prep for v2.10.3 release (#11038) -
68d35bf
Fix url json schema inserialization
mode (#11035) -
fa69b4c
Add adefault_factory_takes_validated_data
property toFieldInfo
(#11034) -
435a703
Fix host required enforcement for urls to be compatible with v2.9 behavior (#... -
b2c4548
Use the globals of the function when evaluating the return type for `PlainSer... -
cb962c1
Do not resolve the JSON Schema reference fordict
core schema keys (#10989) -
10ebcdf
Set fields whendefer_build
is set on Pydantic dataclasses (#10984) - See full diff in compare view