File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ keywords:
44
44
- hints
45
45
- typing
46
46
license : MIT
47
- version : v2.10.5
48
- date-released : 2025-01-08
47
+ version : v2.10.6
48
+ date-released : 2025-01-23
Original file line number Diff line number Diff line change
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
+
1
13
## v2.10.5 (2025-01-08)
2
14
3
15
[ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.10.5 )
4
16
5
17
### What's Changed
6
18
19
+ #### Fixes
20
+
7
21
* Remove custom MRO implementation of Pydantic models by @Viicos in [ #11184 ] ( https://github.com/pydantic/pydantic/pull/11184 )
8
22
* Fix URL serialization for unions by @sydney-runkle in [ #11233 ] ( https://github.com/pydantic/pydantic/pull/11233 )
9
23
Original file line number Diff line number Diff line change 4
4
5
5
__all__ = 'VERSION' , 'version_info'
6
6
7
- VERSION = '2.10.5 '
7
+ VERSION = '2.10.6 '
8
8
"""The version of Pydantic."""
9
9
10
10
You can’t perform that action at this time.
0 commit comments