Skip to content

Commit fde3fae

Browse files
committed
install pydantic for python 3.11
1 parent 2fd67a8 commit fde3fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python = "^3.7"
2727
graphene = ">=2.1.8"
2828
pydantic = [
2929
{ version = ">=1.0,<2.0", python = ">3.6,<3.10" },
30-
{ version = ">=1.9,<2.0", python = "~3.10" }
30+
{ version = ">=1.9,<2.0", python = ">=3.10" }
3131
]
3232

3333
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)