8000 Prepare release v2.11.4 · pydantic/pydantic@d444cd1 · GitHub
[go: up one dir, main page]

S 8000 kip to content

Commit d444cd1

Browse files
committed
Prepare release v2.11.4
Backport of: #11810
1 parent 828fc48 commit d444cd1

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-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.3
48-
date-released: 2025-04-08
47+
version: v2.11.4
48+
date-released: 2025-04-29

HISTORY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v2.11.4 (2025-04-29)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.4)
4+
5+
### What's Changed
6+
7+
#### Packaging
8+
9+
* Bump `mkdocs-llmstxt` to v0.2.0 by @Viicos in [#11725](https://github.com/pydantic/pydantic/pull/11725)
10+
11+
#### Changes
12+
13+
* Allow config and bases to be specified together in `create_model()` by @Viicos in [#11714](https://github.com/pydantic/pydantic/pull/11714).
14+
This change was backported as it was previously possible (although not meant to be supported)
15+
to provide `model_config` as a field, which would make it possible to provide both configuration
16+
and bases.
17+
18+
#### Fixes
19+
20+
* Remove generics cache workaround by @Viicos in [#11755](https://github.com/pydantic/pydantic/pull/11755)
21+
* Remove coercion of decimal constraints by @Viicos in [#11772](https://github.com/pydantic/pydantic/pull/11772)
22+
* Fix crash when expanding root type in the mypy plugin by @Viicos in [#11735](https://github.com/pydantic/pydantic/pull/11735)
23+
* Fix issue with recursive generic models by @Viicos in [#11775](https://github.com/pydantic/pydantic/pull/11775)
24+
* Traverse `function-before` schemas during schema gathering by @Viicos in [#11801](https://github.com/pydantic/pydantic/pull/11801)
25+
126
## v2.11.3 (2025-04-08)
227

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

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.3'
9+
VERSION = '2.11.4'
1010
"""The version of Pydantic."""
1111

1212

0 commit comments

Comments
 (0)
0