We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa98b58 commit 5476a75Copy full SHA for 5476a75
HISTORY.md
@@ -1,3 +1,9 @@
1
+## v1.10.15 (2024-04-03)
2
+
3
+* Add pydantic.v1 namespace to Pydantic v1 by @exs-dmiketa in https://github.com/pydantic/pydantic/pull/9042
4
+* Relax version of typing-extensions for V1 by @SonOfLilit in https://github.com/pydantic/pydantic/pull/8819
5
+* patch fix for mypy by @sydney-runkle in https://github.com/pydantic/pydantic/pull/8765
6
7
## v1.10.14 (2024-01-19)
8
9
* Update install.md by @dmontagu in https://github.com/pydantic/pydantic/pull/7690
pydantic/version.py
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'
-VERSION = '1.10.14'
+VERSION = '1.10.15'
try:
import cython # type: ignore
0 commit comments