Skip to content

Commit bfc2243

Browse files
authored
Prepare release v1.10.20 (#11226)
1 parent 4a52e6a commit bfc2243

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## v1.10.19 (2024-11-06)
215

316
* Add warning when v2 model is nested in v1 model by @sydney-runkle in https://github.com/pydantic/pydantic/pull/10432

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = 'compiled', 'VERSION', 'version_info'
22

3-
VERSION = '1.10.19'
3+
VERSION = '1.10.20'
44

55
try:
66
import cython # type: ignore

0 commit comments

Comments
 (0)