Skip to content

Commit 27459d5

Browse files
authored
Setting upper version bound for urllib3
Since google-auth doesn't support urllib3>2.0 (googleapis/google-auth-library-python#1365), an upper version bound for urllib3 needs to be set. Otherwise the package is not installable, since the dependency to google-auth breaks.
1 parent 76ec6f5 commit 27459d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
99
requests # Apache-2.0
1010
requests-oauthlib # ISC
1111
oauthlib>=3.2.2 # BSD
12-
urllib3>=1.24.2 # MIT
12+
urllib3>=1.24.2,<2.0 # MIT

0 commit comments

Comments
 (0)