Skip to content

Commit 573d2f5

Browse files
committed
Upgrade httpx version to 0.23.0 everywhere
1 parent 05b9af9 commit 573d2f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fastapi>=0.68.1
2-
httpx>=0.22.0
2+
httpx>=0.23.0
33
oauthlib>=3.2.2
44
python-jose>=3.3.0
55
social-auth-core>=4.4.2

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ packages =
4343
fastapi_oauth2
4444
install_requires =
4545
fastapi>=0.68.1
46-
httpx>=0.22.0
46+
httpx>=0.23.0
4747
oauthlib>=3.2.2
4848
python-jose>=3.3.0
4949
social-auth-core>=4.4.2

0 commit comments

Comments
 (0)