Skip to content

Commit 1c9dee1

Browse files
authored
Bump pydantic to >=2.12.0 for Python 3.14 compatibility (#44)
1 parent 8c95575 commit 1c9dee1

File tree

2 files changed

+118
-87
lines changed

2 files changed

+118
-87
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Easily generate type-safe and async Python applications from Asyn
66
authors = [{ name = "Yaroslav Petrov", email = "yaroslav.v.petrov@gmail.com" }]
77
readme = "README.md"
88
requires-python = ">=3.10,<3.15"
9-
dependencies = ["pydantic>=2", "pytz"]
9+
dependencies = ["pydantic>=2.12.0", "pytz"]
1010

1111
[project.optional-dependencies]
1212
codegen = [

0 commit comments

Comments
 (0)