Skip to content

Commit bd1f8cf

Browse files
authored
Prepare release v2.11.2 (#11684)
1 parent f70f291 commit bd1f8cf

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ keywords:
4444
- hints
4545
- typing
4646
license: MIT
47-
version: v2.11.1
48-
date-released: 2025-03-28
47+
version: v2.11.2
48+
date-released: 2025-04-03

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.11.2 (2025-04-03)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.2)
4+
5+
### What's Changed
6+
7+
#### Fixes
8+
9+
* Bump `pydantic-core` to v2.33.1 by @Viicos in [#11678](https://github.com/pydantic/pydantic/pull/11678)
10+
* Make sure `__pydantic_private__` exists before setting private attributes by @Viicos in [#11666](https://github.com/pydantic/pydantic/pull/11666)
11+
* Do not override `FieldInfo._complete` when using field from parent class by @Viicos in [#11668](https://github.com/pydantic/pydantic/pull/11668)
12+
* Provide the available definitions when applying discriminated unions by @Viicos in [#11670](https://github.com/pydantic/pydantic/pull/11670)
13+
* Do not expand root type in the mypy plugin for variables by @Viicos in [#11676](https://github.com/pydantic/pydantic/pull/11676)
14+
* Mention the attribute name in model fields deprecation message by @Viicos in [#11674](https://github.com/pydantic/pydantic/pull/11674)
15+
* Properly validate parameterized mappings by @Viicos in [#11658](https://github.com/pydantic/pydantic/pull/11658)
16+
117
## v2.11.1 (2025-03-28)
218

319
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.1)

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__all__ = 'VERSION', 'version_info'
88

9-
VERSION = '2.11.1'
9+
VERSION = '2.11.2'
1010
"""The version of Pydantic."""
1111

1212

0 commit comments

Comments
 (0)