We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db577a3 + fde3fae commit 6cad3b2Copy full SHA for 6cad3b2
1 file changed
pyproject.toml
@@ -27,7 +27,7 @@ python = "^3.7"
27
graphene = ">=2.1.8"
28
pydantic = [
29
{ version = ">=1.0,<2.0", python = ">3.6,<3.10" },
30
- { version = ">=1.9,<2.0", python = "~3.10" }
+ { version = ">=1.9,<2.0", python = ">=3.10" }
31
]
32
33
[tool.poetry.dev-dependencies]
0 commit comments