Skip to content

Commit af68284

Browse files
authored
Drop urllib3 upper bound
This was added in 27459d5. Note that google-auth now requires urllib3>=2 in googleapis/google-auth-library-python#1389 (I'm also not sure that I follow the logic in #2105, since dependency resolvers will be able to work it out)
1 parent a6d44ff commit af68284

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,<2.0 # MIT
12+
urllib3>=1.24.2 # MIT

0 commit comments

Comments
 (0)