bump project deps

This commit is contained in:
Jakub Miazek
2022-09-12 13:21:28 +02:00
parent b736de6710
commit 102771aee5
3 changed files with 341 additions and 340 deletions

View File

@@ -7,7 +7,8 @@ name = "pypi"
fastapi = "*"
pydantic = "*"
httptools = "*"
httpx = "*"
httpx = "==0.23.0"
requests = "==2.28.1"
uvicorn = "*"
uvloop = "*"
asyncpg = "*"