8000 Release v2.10.4 2024-12-18 Β· pydantic/pydantic Β· GitHub
[go: up one dir, main page]

Skip to content

v2.10.4 2024-12-18

Compare
Choose a tag to compare
@sydney-runkle sydney-runkle released this 18 Dec 16:58
· 6 commits to v2.10-patches since this release

What's Changed

Packaging

Fixes

  • Fix for comparison of AnyUrl objects by @alexprabhat99 in #11082
  • Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by @Viicos in #11093
  • Include JSON Schema input core schema in function schemas by @Viicos in #11085
  • Add len to _BaseUrl to avoid TypeError by @Kharianne in #11111
  • Make sure the type reference is removed from the seen references by @Viicos in #11143

New Contributors

Full Changelog: v2.10.3...v2.10.4

0