Update httpx

This commit is contained in:
2022-05-23 19:05:06 +03:00
parent 91fec2eca8
commit f4e2f50c61
2 changed files with 12 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.77.1"
httpx = "^0.22.0"
httpx = ">=0.23.0"
alembic = "^1.7.7"
ormar = {extras = ["postgresql"], version = "^0.11.0"}
uvicorn = {extras = ["standart"], version = "^0.17.6"}