File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.8.2 (2024-07-03)
2
+
3
+ [ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.8.2 )
4
+
5
+ ### What's Changed
6
+
7
+ #### Fixes
8
+
9
+ * Fix issue with assertion caused by pluggable schema validator by @dmontagu in https://github.com/pydantic/pydantic/pull/9838
10
+
1
11
## v2.8.1 (2024-07-03)
2
12
3
13
[ GitHub release] ( https://github.com/pydantic/pydantic/releases/tag/v2.8.1 )
11
21
#### Fixes
12
22
* Fix breaking change in ` to_snake ` from v2.7 -> v2.8 by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9812
13
23
* Fix list constraint json schema application by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9818
14
- * Fix issue with assertion caused by pluggable schema validator by @dmontagu in https://github.com/pydantic/pydantic/pull/9838
15
24
16
25
## v2.8.0 (2024-07-01)
17
26
Original file line number Diff line number Diff line change 4
4
5
5
__all__ = 'VERSION' , 'version_info'
6
6
7
- VERSION = '2.8.1 '
7
+ VERSION = '2.8.2 '
8
8
"""The version of Pydantic."""
9
9
10
10
You can’t perform that action at this time.
0 commit comments