v1.10.24
Breaking Changes📦 pydanticView on GitHub →
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces a warning for Python 3.14 incompatibility and fixes a plugin issue for mypy v1.18.
⚠️ Breaking Changes
- Pydantic V1 is incompatible with Python 3.14+. Core behavior will silently break at runtime on this version.
Migration Steps
- Ensure environments remain on Python < 3.14 when using Pydantic V1.
- Update mypy to v1.18 if using the Pydantic mypy plugin.
✨ New Features
- Added a user warning when running on Python 3.14 to alert users of upcoming incompatibility.
🐛 Bug Fixes
- Fixed a mypy plugin issue compatible with mypy v1.18.