bump pydantic to 1.9.0

This commit is contained in:
grillazz
2022-01-02 17:21:01 +01:00
parent 689224e830
commit 3baf17dbad
2 changed files with 102 additions and 102 deletions

View File

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