Bump pydantic from 2.10.1 to 2.10.2
Bumps pydantic from 2.10.1 to 2.10.2.
Release notes
Sourced from pydantic's releases.
v2.10.2 2024-11-26
What's Changed
Fixes
- Only evaluate
FieldInfo
annotations if required during schema building by@Viicos
in #10769- Do not evaluate annotations for private fields by
@Viicos
in #10962- Support serialization as any for
Secret
types andUrl
types by@sydney-runkle
in #10947- Fix type hint of
Field.default
to be compatible with Python 3.8 and 3.9 by@Viicos
in #10972- Add hashing support for URL types by
@sydney-runkle
in #10975- Hide
BaseModel.__replace__
definition from type checkers by@Viicos
in 10979Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.2
Changelog
Sourced from pydantic's changelog.
v2.10.2 (2024-11-25)
What's Changed
Fixes
- Only evaluate FieldInfo annotations if required during schema building by
@Viicos
in #10769- Do not evaluate annotations for private fields by
@Viicos
in #10962- Support serialization as any for
Secret
types andUrl
types by@sydney-runkle
in #10947- Fix type hint of
Field.default
to be compatible with Python 3.8 and 3.9 by@Viicos
in #10972- Add hashing support for URL types by
@sydney-runkle
in #10975- Hide
BaseModel.__replace__
definition from type checkers by@Viicos
in 10979
Commits
-
fe32515
Prepare for v2.10.2 release (#10982) -
226cfaf
HideBaseModel.__replace__
definition from type checkers (#10979) -
02229a6
hashing support for urls (#10975) -
a9cf39c
Fix type hint ofField.default
to be compatible with Python 3.8 and 3.9 (#1... -
869eafd
Support serialization as any forSecret
types andUrl
types (#10947) -
7c0ed72
Do not evaluate annotations for private fields (#10962) -
d6fc7fc
Only evaluateFieldInfo
annotations if required during schema building (#10... - 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