Skip to content

v2.11.0a2 2025-02-10

Pre-release
Pre-release
Compare
Choose a tag to compare
@sydney-runkle sydney-runkle released this 10 Feb 11:32
· 187 commits to main since this release
a1f12c7

What's Changed

Note

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general).
This is another early alpha release, meant to collect early feedback from users having issues with core schema builds.

Packaging

Performance

Fixes

  • Use the correct JSON Schema mode when handling function schemas by @Viicos in #11367
  • Fix JSON Schema reference logic with examples keys by @Viicos in #11366
  • Improve exception message when encountering recursion errors during type evaluation by @Viicos in #11356
  • Always include additionalProperties: True for arbitrary dictionary schemas by @austinyu in #11392
  • Expose fallback parameter in serialization methods by @Viicos in #11398
  • Fix path serialization behavior by @sydney-runkle in #11416

New Contributors

Full Changelog: v2.11.0a1...v2.11.0a2