Skip to content

Commit 46f0945

Browse files
committed
Prepare for v2.10.4 (#11144)
1 parent ea69e69 commit 46f0945

4 files changed

Lines changed: 30 additions & 4 deletions

File tree

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.3
48-
date-released: 2024-12-03
47+
version: v2.10.4
48+
date-released: 2024-12-18

HISTORY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v2.10.4 (2024-12-18)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.10.4)
4+
5+
### What's Changed
6+
7+
#### Packaging
8+
9+
* Bump `pydantic-core` to v2.27.2 by @davidhewitt in [#11138](https://github.com/pydantic/pydantic/pull/11138)
10+
11+
#### Fixes
12+
13+
* Fix for comparison of `AnyUrl` objects by @alexprabhat99 in [#11082](https://github.com/pydantic/pydantic/pull/11082)
14+
* Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by @Viicos in [#11093](https://github.com/pydantic/pydantic/pull/11093)
15+
* Include JSON Schema input core schema in function schemas by @Viicos in [#11085](https://github.com/pydantic/pydantic/pull/11085)
16+
* Add `len` to `_BaseUrl` to avoid TypeError by @Kharianne in [#11111](https://github.com/pydantic/pydantic/pull/11111)
17+
* Make sure the type reference is removed from the seen references by @Viicos in [#11143](https://github.com/pydantic/pydantic/pull/11143)
18+
19+
### New Contributors
20+
21+
* @FyZzyss made their first contribution in [#10789](https://github.com/pydantic/pydantic/pull/10789)
22+
* @tamird made their first contribution in [#10948](https://github.com/pydantic/pydantic/pull/10948)
23+
* @felixxm made their first contribution in [#11077](https://github.com/pydantic/pydantic/pull/11077)
24+
* @alexprabhat99 made their first contribution in [#11082](https://github.com/pydantic/pydantic/pull/11082)
25+
* @Kharianne made their first contribution in [#11111](https://github.com/pydantic/pydantic/pull/11111)
26+
127
## v2.10.3 (2024-12-03)
228

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

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.3'
7+
VERSION = '2.10.4'
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)