Drop urllib3 upper bound

This was added in 27459d5c12.

Note that google-auth now requires urllib3>=2 in https://github.com/googleapis/google-auth-library-python/pull/1389

(I'm also not sure that I follow the logic in https://github.com/kubernetes-client/python/pull/2105, since dependency resolvers will be able to work it out)
This commit is contained in:
Shantanu 2023-10-04 01:31:21 -07:00 committed by GitHub
parent a6d44ff625
commit af68284e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,4 +9,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
requests # Apache-2.0
requests-oauthlib # ISC
oauthlib>=3.2.2 # BSD
urllib3>=1.24.2,<2.0 # MIT
urllib3>=1.24.2 # MIT