Skip to content

Commit

Permalink
chore: support for Pydantic 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 2, 2024
1 parent d082e9d commit 20b7fa1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[0.2.8] - 2024-12-02
--------------------

Added
^^^^^
- Support for Pydantic 2.10.

[0.2.7] - 2024-11-30
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

requires-python = ">= 3.9"
dependencies = [
"pydantic[email]>=2.7.0, <2.10"
"pydantic[email]>=2.7.0"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20b7fa1

Please sign in to comment.