Update dependency pydantic to v2.10.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pydantic (changelog) | patch |
==2.10.1 -> ==2.10.2
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
pydantic/pydantic (pydantic)
v2.10.2
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.