Skip to content

Commit c326748

Browse files
committed
Prep for v2.10.3 release (pydantic#11038)
1 parent 68d35bf commit c326748

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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.2
48-
date-released: 2024-11-25
47+
version: v2.10.3
48+
date-released: 2024-12-03

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.10.3 (2024-12-03)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.3)
4+
5+
### What's Changed
6+
7+
#### Fixes
8+
9+
* Set fields when `defer_build` is set on Pydantic dataclasses by @Viicos in [#10984](https://github.com/pydantic/pydantic/pull/10984)
10+
* Do not resolve the JSON Schema reference for `dict` core schema keys by @Viicos in [#10989](https://github.com/pydantic/pydantic/pull/10989)
11+
* Use the globals of the function when evaluating the return type for `PlainSerializer` and `WrapSerializer` functions by @Viicos in [#11008](https://github.com/pydantic/pydantic/pull/11008)
12+
* Fix host required enforcement for urls to be compatible with v2.9 behavior by @sydney-runkle in [#11027](https://github.com/pydantic/pydantic/pull/11027)
13+
* Add a `default_factory_takes_validated_data` property to `FieldInfo` by @Viicos in [#11034](https://github.com/pydantic/pydantic/pull/11034)
14+
* Fix url json schema in `serialization` mode by @sydney-runkle in [#11035](https://github.com/pydantic/pydantic/pull/11035)
15+
116
## v2.10.2 (2024-11-25)
217

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

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = 'VERSION', 'version_info'
66

7-
VERSION = '2.10.2'
7+
VERSION = '2.10.3'
88
"""The version of Pydantic."""
99

1010

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)