pypi pydantic 1.10.24
v1.10.24 2025-09-25

12 hours ago

What's Changed

  • Add user warning when using Python 3.14 by @Viicos in #12263
    Pydantic V1 will not work with Python 3.14 and greater. A warning is now raised as no actual
    error show up when using it, but the core behavior will silently get broken at runtime.
  • Fix mypy plugin issue for mypy v1.18 by @cdce8p in #12254
    This fixes another mypy issue that was discovered after the previous v1.10.23 release.

Full Changelog: v1.10.23...v1.10.24

Don't miss a new pydantic release

NewReleases is sending notifications on new releases.