update httpx version

This commit is contained in:
knst-kotov 2022-06-12 11:55:14 +03:00
parent f92beaaeeb
commit 874551c42f
2 changed files with 20 additions and 20 deletions

View File

@ -13,7 +13,7 @@ passlib = "*"
PyJWT = "*"
SQLAlchemy = "*"
itsdangerous = "*"
httpx = "<0.18.2"
httpx = ">=0.23.0"
psycopg2-binary = "*"
Authlib = "*"
bson = "*"

View File

@ -8,7 +8,7 @@ pydantic
passlib
itsdangerous
authlib==0.15.5
httpx==0.20.0
httpx>=0.23.0
psycopg2-binary
bson
python-frontmatter