Skip to content

Commit 5d34efd

Browse files
committed
Prepare release v2.10.5 (#11237)
1 parent 6e585f9 commit 5d34efd

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ keywords:
4444
- hints
4545
- typing
4646
license: MIT
47-
version: v2.10.4
48-
date-released: 2024-12-18
47+
version: v2.10.5
48+
date-released: 2025-01-08

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.10.5 (2025-01-08)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.5)
4+
5+
### What's Changed
6+
7+
* Remove custom MRO implementation of Pydantic models by @Viicos in [#11184](https://github.com/pydantic/pydantic/pull/11184)
8+
* Fix URL serialization for unions by @sydney-runkle in [#11233](https://github.com/pydantic/pydantic/pull/11233)
9+
110
## v2.10.4 (2024-12-18)
211

312
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.4)

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = 'VERSION', 'version_info'
66

7-
VERSION = '2.10.4'
7+
VERSION = '2.10.5'
88
"""The version of Pydantic."""
99

1010

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)