这是indexloc提供的服务,不要输入任何密码
Skip to content

v2.10.2 2024-11-26

Compare
Choose a tag to compare
@sydney-runkle sydney-runkle released this 26 Nov 12:44
· 24 commits to v2.10-patches since this release

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 and Url 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

Full Changelog: v2.10.1...v2.10.2