fix pydantic version as 1.8.2

This commit is contained in:
kuba
2021-12-24 13:15:06 +01:00
parent 6b4320204a
commit d3261477ec
5 changed files with 96 additions and 106 deletions

View File

@@ -5,6 +5,7 @@ name = "pypi"
[packages]
fastapi = "*"
pydantic = "==1.8.2"
httptools = "*"
httpx = "*"
uvicorn = "*"