bump pydantic to 1.9.0a2

This commit is contained in:
kuba
2021-12-26 09:37:38 +01:00
parent f8e1519653
commit 6be00a02e9
2 changed files with 76 additions and 50 deletions

View File

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