Revert "bump pydantic to 1.9.0a2"

This commit is contained in:
Jakub Miazek
2021-12-26 09:40:09 +01:00
committed by GitHub
parent 8794922476
commit dcc882e8bb
2 changed files with 50 additions and 76 deletions

View File

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