+36
-3
lines changedFilter options
+36
-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.10.6
48
-
date-released: 2025-01-23
47
+
version: v2.11.0
48
+
date-released: 2025-03-27
Original file line number Diff line number Diff 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
+
1
34
## v2.11.0b2 (2025-03-17)
2
35
3
36
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.0b2)
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.0b2'
9
+
VERSION = '2.11.0'
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