Skip to content

Commit 6cb6ba1

Browse files
committed
Limit httpx version to 0.27.2
1 parent 93b8daf commit 6cb6ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.23.0
46+
httpx>=0.23.0,<=0.27.2
4747
oauthlib>=3.2.2
4848
python-jose>=3.3.0
4949
social-auth-core>=4.4.2

0 commit comments

Comments
 (0)