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

Commit58e61fa

Browse files
authored
Prepare release v2.11.0 (#11635)
1 parente2c2e81 commit58e61fa

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-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.10.6
48-
date-released:2025-01-23
47+
version:v2.11.0
48+
date-released:2025-03-27

‎HISTORY.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
##v2.11.0 (2025-03-27)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.0)
4+
5+
###What's Changed
6+
7+
Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general).
8+
See the[blog post](https://pydantic.dev/articles/pydantic-v2-11-release) for more details.
9+
10+
####Pacaking
11+
12+
* Bump`pydantic-core` to v2.33.0 by@Viicos in[#11631](https://github.com/pydantic/pydantic/pull/11631)
13+
14+
####New Features
15+
16+
* Add`encoded_string()` method to the URL types by@YassinNouh21 in[#11580](https://github.com/pydantic/pydantic/pull/11580)
17+
* Add support for`defer_build` with`@validate_call` decorator by@Viicos in[#11584](https://github.com/pydantic/pydantic/pull/11584)
18+
* Allow`@with_config` decorator to be used with keyword arguments by@Viicos in[#11608](https://github.com/pydantic/pydantic/pull/11608)
19+
* Simplify customization of default value inclusion in JSON Schema generation by@Viicos in[#11634](https://github.com/pydantic/pydantic/pull/11634)
20+
* Add`generate_arguments_schema()` function by@Viicos in[#11572](https://github.com/pydantic/pydantic/pull/11572)
21+
22+
####Fixes
23+
24+
* Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by@Viicos in[#11571](https://github.com/pydantic/pydantic/pull/11571)
25+
* Fix runtime error when computing model string representation involving cached properties and self-referenced models by@Viicos in[#11579](https://github.com/pydantic/pydantic/pull/11579)
26+
* Preserve other steps when using the ellipsis in the pipeline API by@Viicos in[#11626](https://github.com/pydantic/pydantic/pull/11626)
27+
* Fix deferred discriminator application logic by@Viicos in[#11591](https://github.com/pydantic/pydantic/pull/11591)
28+
29+
###New Contributors
30+
31+
*@cmenon12 made their first contribution in[#11562](https://github.com/pydantic/pydantic/pull/11562)
32+
*@Jeukoh made their first contribution in[#11611](https://github.com/pydantic/pydantic/pull/11611)
33+
134
##v2.11.0b2 (2025-03-17)
235

336
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.0b2)

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

1212

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp