v2.13.0 (2026-04-13)
The highlights of the v2.13 release are available in the blog post.
Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.
This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.
What's Changed
See the beta releases for all changes sinces 2.12.
Packaging
- Add zizmor for GitHub Actions workflow linting by @Viicos in #13039
- Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by @Viicos in #13064
New Features
Changes
- Warn when serializing fixed length tuples with too few items by @arvindsaripalli in #13016
Fixes
- Change type of
Anywhen synthesizing_build_sourcesforBaseSettings.__init__()signature in the mypy plugin by @Viicos in #13049 - Fix model equality when using runtime
extraconfiguration by @Viicos in #13062
New Contributors
- @arvindsaripalli made their first contribution in #13016
Full Changelog: v2.12.0...v2.13.0