Update httpx

This commit is contained in:
2022-05-23 19:04:30 +03:00
parent 631bf2756c
commit e071fbe1ec
2 changed files with 12 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ ormar = {extras = ["postgresql"], version = "^0.11.0"}
alembic = "^1.7.7"
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
python-multipart = "^0.0.5"
httpx = "^0.22.0"
httpx = ">=0.23.0"
Telethon = "^1.24.0"
cryptg = "^0.3.1"
prometheus-fastapi-instrumentator = "^5.8.1"