update httpx version
This commit is contained in:
parent
f92beaaeeb
commit
874551c42f
2
Pipfile
2
Pipfile
|
@ -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 = "*"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user