We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8360ed3 commit c6a736fCopy full SHA for c6a736f
pyproject.toml
@@ -39,7 +39,7 @@ build-backend = "poetry_dynamic_versioning.backend"
39
40
[tool.poetry.dependencies]
41
python = ">=3.8,<3.12"
42
-pydantic = ">=1.10.2, <3.0.0"
+pydantic = "^2.1.1"
43
SQLAlchemy = { version = "~2.0.0", extras = ["asyncio", "mypy"] }
44
45
[tool.poetry.group.dev]
0 commit comments