bump pydantic to 1.9.0a2

This commit is contained in:
grillazz 2021-12-26 09:47:14 +01:00
parent 38a285f1af
commit 006bd89d5e

View File

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