We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c95575 commit 1c9dee1Copy full SHA for 1c9dee1
pyproject.toml
@@ -6,7 +6,7 @@ description = "Easily generate type-safe and async Python applications from Asyn
6
authors = [{ name = "Yaroslav Petrov", email = "yaroslav.v.petrov@gmail.com" }]
7
readme = "README.md"
8
requires-python = ">=3.10,<3.15"
9
-dependencies = ["pydantic>=2", "pytz"]
+dependencies = ["pydantic>=2.12.0", "pytz"]
10
11
[project.optional-dependencies]
12
codegen = [
0 commit comments