File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-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.5
48
- date-released : 2025-05-22
47
+ version : v2.11.6
48
+ date-released : 2025-06-13
Original file line number Diff line number Diff line change
1
+ ## v2.11.6 (2025-06-13)
2
+
3
+ [ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.11.6 )
4
+
5
+ ### What's Changed
6
+
7
+ #### Fixes
8
+
9
+ * Rebuild dataclass fields before schema generation by @Viicos in [ #11949 ] ( https://github.com/pydantic/pydantic/pull/11949 )
10
+ * Always store the original field assignment on ` FieldInfo ` by @Viicos in [ #11946 ] ( https://github.com/pydantic/pydantic/pull/11946 )
11
+
1
12
## v2.11.5 (2025-05-22)
2
13
3
14
[ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.11.5 )
Original file line number Diff line number Diff line change 6
6
7
7
__all__ = 'VERSION' , 'version_info'
8
8
9
- VERSION = '2.11.5 '
9
+ VERSION = '2.11.6 '
10
10
"""The version of Pydantic."""
11
11
12
12
You can’t perform that action at this time.
0 commit comments