Skip to content

Commit 4c75404

Browse files
committed
Prepare for v2.10.1 release (#10939)
1 parent e0fc82f commit 4c75404

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CITATION.cff

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ authors:
2525
given-names: David
2626
- family-names: Hall
2727
given-names: Alex
28+
- family-names: Plot
29+
given-names: Victorien
2830
repository-code: 'https://github.com/pydantic/pydantic'
2931
url: 'https://docs.pydantic.dev/latest/'
3032
abstract: >-
@@ -42,5 +44,5 @@ keywords:
4244
- hints
4345
- typing
4446
license: MIT
45-
version: v2.10.0
46-
date-released: 2024-11-20
47+
version: v2.10.1
48+
date-released: 2024-11-21

HISTORY.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v2.10.1 (2024-11-21)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.1)
4+
5+
### What's Changed
6+
7+
#### Packaging
8+
9+
* Bump `pydantic-core` version to `v2.27.1` by @sydney-runkle in [#10938](https://github.com/pydantic/pydantic/pull/10938)
10+
11+
#### Fixes
12+
13+
* Use the correct frame when instantiating a parametrized `TypeAdapter` by @Viicos in [#10893](https://github.com/pydantic/pydantic/pull/10893)
14+
* Relax check for validated data in `default_factory` utils by @sydney-runkle in [#10909](https://github.com/pydantic/pydantic/pull/10909)
15+
* Fix type checking issue with `model_fields` and `model_computed_fields` by @sydney-runkle in [#10911](https://github.com/pydantic/pydantic/pull/10911)
16+
* Use the parent configuration during schema generation for stdlib `dataclass`es by @sydney-runkle in [#10928](https://github.com/pydantic/pydantic/pull/10928)
17+
* Use the `globals` of the function when evaluating the return type of serializers and `computed_field`s by @Viicos in [#10929](https://github.com/pydantic/pydantic/pull/10929)
18+
* Fix URL constraint application by @sydney-runkle in [#10922](https://github.com/pydantic/pydantic/pull/10922)
19+
* Fix URL equality with different validation methods by @sydney-runkle in [#10934](https://github.com/pydantic/pydantic/pull/10934)
20+
* Fix JSON schema title when specified as `''` by @sydney-runkle in [#10936](https://github.com/pydantic/pydantic/pull/10936)
21+
* Fix `python` mode serialization for `complex` inference by @sydney-runkle in [pydantic-core#1549](https://github.com/pydantic/pydantic-core/pull/1549)
22+
23+
### New Contributors
24+
125
## v2.10.0 (2024-11-20)
226

327
The code released in v2.10.0 is practically identical to that of v2.10.0b2.

pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = 'VERSION', 'version_info'
66

7-
VERSION = '2.10.0'
7+
VERSION = '2.10.1'
88
"""The version of Pydantic."""
99

1010

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)