fix pydantic version as 1.8.2

This commit is contained in:
grillazz
2021-12-24 13:15:06 +01:00
parent f7c4d76a31
commit 1c0f946919
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 = "*"