Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c38bf4

Browse files
authored
Prepare release v2.11.5 (#11904)
1 parent1f967d7 commit2c38bf4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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.4
48-
date-released:2025-04-29
47+
version:v2.11.5
48+
date-released:2025-05-22

‎HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<!-- markdownlint-disable no-bare-urls-->
22
<!-- markdownlint-disable-next-line first-line-heading-->
33

4+
##v2.11.5 (2025-05-22)
5+
6+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.5)
7+
8+
###What's Changed
9+
10+
####Fixes
11+
12+
* Check if`FieldInfo` is complete after applying type variable map by@Viicos in[#11855](https://github.com/pydantic/pydantic/pull/11855)
13+
* Do not delete mock validator/serializer in`model_rebuild()` by@Viicos in[#11890](https://github.com/pydantic/pydantic/pull/11890)
14+
* Do not duplicate metadata on model rebuild by@Viicos in[#11902](https://github.com/pydantic/pydantic/pull/11902)
15+
416
##v2.11.4 (2025-04-29)
517

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

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

1212

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp