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