Update httpx

This commit is contained in:
2022-05-23 19:02:31 +03:00
parent 926bbc05bf
commit 9fa032a1b2
2 changed files with 17 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ fastapi-pagination = "^0.9.3"
alembic = "^1.7.7"
ormar = {version = ">=0.11", extras = ["postgresql"]}
uvicorn = {extras = ["standart"], version = "^0.17.6"}
httpx = "^0.22.0"
httpx = ">=0.23.0"
aioredis = "^2.0.1"
orjson = "^3.6.8"
prometheus-fastapi-instrumentator = "^5.8.1"