+15
-3
lines changedFilter options
+15
-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.4
48
-
date-released: 2025-04-29
47
+
version: v2.11.5
48
+
date-released: 2025-05-22
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1
+
## v2.11.5 (2025-05-22)
2
+
3
+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.5)
4
+
5
+
### What's Changed
6
+
7
+
#### Fixes
8
+
9
+
* Check if `FieldInfo` is complete after applying type variable map by @Viicos in [#11855](https://github.com/pydantic/pydantic/pull/11855)
10
+
* Do not delete mock validator/serializer in `model_rebuild()` by @Viicos in [#11890](https://github.com/pydantic/pydantic/pull/11890)
11
+
* Do not duplicate metadata on model rebuild by @Viicos in [#11902](https://github.com/pydantic/pydantic/pull/11902)
12
+
1
13
## v2.11.4 (2025-04-29)
2
14
3
15
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.4)
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
__all__ = 'VERSION', 'version_info'
8
8
9
-
VERSION = '2.11.4'
9
+
VERSION = '2.11.5'
10
10
"""The version of Pydantic."""
11
11
12
12
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4