Skip to content

Commit 6cad3b2

Browse files
authored
Merge pull request #80 from conao3/update-python
Install pydantic for python 3.11
2 parents db577a3 + fde3fae commit 6cad3b2

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)