Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-25 | 593 Bytes | |
v1.10.24 2025-09-25 source code.tar.gz | 2025-09-25 | 771.1 kB | |
v1.10.24 2025-09-25 source code.zip | 2025-09-25 | 887.6 kB | |
Totals: 3 Items | 1.7 MB | 0 |
What's Changed
- Add user warning when using Python 3.14 by @Viicos in https://github.com/pydantic/pydantic/pull/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 https://github.com/pydantic/pydantic/pull/12254 This fixes another mypy issue that was discovered after the previous v1.10.23 release.
Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.23...v1.10.24