pypi pydantic 2.11.0a2
v2.11.0a2 2025-02-10

10 days ago

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

Don't miss a new pydantic release

NewReleases is sending notifications on new releases.