Skip to content

Commit 20b7fa1

Browse files
committed
chore: support for Pydantic 2.10
1 parent d082e9d commit 20b7fa1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

doc/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
[0.2.8] - 2024-12-02
5+
--------------------
6+
7+
Added
8+
^^^^^
9+
- Support for Pydantic 2.10.
10+
411
[0.2.7] - 2024-11-30
512
--------------------
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
requires-python = ">= 3.9"
2929
dependencies = [
30-
"pydantic[email]>=2.7.0, <2.10"
30+
"pydantic[email]>=2.7.0"
3131
]
3232

3333
[project.urls]

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)