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.11.2
48
- date-released : 2025-04-03
47
+ version : v2.11.3
48
+ date-released : 2025-04-08
Original file line number Diff line number Diff line change
1
+ ## v2.11.3 (2025-04-08)
2
+
3
+ [ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.11.3 )
4
+
5
+ ### What's Changed
6
+
7
+ #### Packaging
8
+
9
+ * Update V1 copy to v1.10.21 by @Viicos in [ #11706 ] ( https://github.com/pydantic/pydantic/pull/11706 )
10
+
11
+ #### Fixes
12
+
13
+ * Preserve field description when rebuilding model fields by @Viicos in [ #11698 ] ( https://github.com/pydantic/pydantic/pull/11698 )
14
+
1
15
## v2.11.2 (2025-04-03)
2
16
3
17
[ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.11.2 )
Original file line number Diff line number Diff line change 6
6
7
7
__all__ = 'VERSION' , 'version_info'
8
8
9
- VERSION = '2.11.2 '
9
+ VERSION = '2.11.3 '
10
10
"""The version of Pydantic."""
11
11
12
12
You can’t perform that action at this time.
0 commit comments