fix(deps): update dependency pydantic to v2.10.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pydantic (changelog) | dependencies | patch |
2.10.2 -> 2.10.3
|
Release Notes
pydantic/pydantic (pydantic)
v2.10.3
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.