Skip to content

Commit df05e69

Browse files
committed
Bump version to v2.10.6 (pydantic#11334)
1 parent 4160826 commit df05e69

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

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.5
48-
date-released: 2025-01-08
47+
version: v2.10.6
48+
date-released: 2025-01-23

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1+
## v2.10.6 (2025-01-23)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.6)
4+
5+
### What's Changed
6+
7+
#### Fixes
8+
9+
* Fix JSON Schema reference collection with `'examples'` keys by @Viicos in [#11325](https://github.com/pydantic/pydantic/pull/11325)
10+
* Fix url python serialization by @sydney-runkle in [#11331](https://github.com/pydantic/pydantic/pull/11331)
11+
12+
113
## v2.10.5 (2025-01-08)
214

315
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.5)
416

517
### What's Changed
618

19+
#### Fixes
20+
721
* Remove custom MRO implementation of Pydantic models by @Viicos in [#11184](https://github.com/pydantic/pydantic/pull/11184)
822
* Fix URL serialization for unions by @sydney-runkle in [#11233](https://github.com/pydantic/pydantic/pull/11233)
923

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.5'
7+
VERSION = '2.10.6'
88
"""The version of Pydantic."""
99

1010

0 commit comments

Comments
 (0)