Skip to content

Commit 50a4c93

Browse files
authored
Update pyproject.py [Python 3.10]
1 parent c7934ae commit 50a4c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Pydantic to fastapi model converter."
55
authors = ["dotX12 <dev@shitposting.team>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.7"
9-
fastapi = "^0.75.1"
8+
python = "^3.10"
9+
fastapi = "^0.78.1"
1010
pydantic = "^1.9.0"
1111
python-multipart = "^0.0.5"
1212

0 commit comments

Comments
 (0)