pypi pydantic 2.13.0
v2.13.0 2026-04-13

latest release: 2.13.1
2 days ago

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

  • Allow default factories of private attributes to take validated model data by @Viicos in #13013

Changes

Fixes

  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @Viicos in #13049
  • Fix model equality when using runtime extra configuration by @Viicos in #13062

New Contributors

Full Changelog: v2.12.0...v2.13.0

Don't miss a new pydantic release

NewReleases is sending notifications on new releases.