File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.10.20 (2025-01-07)
2
+
3
+ This release provides proper support for Python 3.13, with (Cythonized) wheels published for this version.
4
+ As a consequence, Cython was updated from ` 0.29.x ` to ` 3.0.x ` .
5
+
6
+ * General maintenance of CI and build ecosystem by @Viicos in https://github.com/pydantic/pydantic/pull/10847
7
+ - Update Cython to ` 3.0.x ` .
8
+ - Properly address Python 3.13 deprecation warnings.
9
+ - Migrate packaging to ` pyproject.toml ` , make use of PEP 517 build options.
10
+ - Use [ ` build ` ] ( https://pypi.org/project/build/ ) instead of direct ` setup.py ` invocations.
11
+ - Update various Github Actions versions.
12
+ * Replace outdated stpmex link in documentation by @jaredenorris in https://github.com/pydantic/pydantic/pull/10997
13
+
1
14
## v1.10.19 (2024-11-06)
2
15
3
16
* Add warning when v2 model is nested in v1 model by @sydney-runkle in https://github.com/pydantic/pydantic/pull/10432
Original file line number Diff line number Diff line change 1
1
__all__ = 'compiled' , 'VERSION' , 'version_info'
2
2
3
- VERSION = '1.10.19 '
3
+ VERSION = '1.10.20 '
4
4
5
5
try :
6
6
import cython # type: ignore
You can’t perform that action at this time.
0 commit comments