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 = "*" PyJWT = "*"
SQLAlchemy = "*" SQLAlchemy = "*"
itsdangerous = "*" itsdangerous = "*"
httpx = "<0.18.2" httpx = ">=0.23.0"
psycopg2-binary = "*" psycopg2-binary = "*"
Authlib = "*" Authlib = "*"
bson = "*" bson = "*"

View File

@ -1,19 +1,19 @@
aioredis aioredis
ariadne ariadne
pyjwt>=2.0.0 pyjwt>=2.0.0
starlette starlette
sqlalchemy sqlalchemy
uvicorn uvicorn
pydantic pydantic
passlib passlib
itsdangerous itsdangerous
authlib==0.15.5 authlib==0.15.5
httpx==0.20.0 httpx>=0.23.0
psycopg2-binary psycopg2-binary
bson bson
python-frontmatter python-frontmatter
transliterate transliterate
requests requests
bcrypt bcrypt
bs4 bs4
websockets websockets