Skip to content

Commit

Permalink
Drop urllib3 upper bound
Browse files Browse the repository at this point in the history
This was added in kubernetes-client@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 kubernetes-client#2105, since dependency resolvers will be able to work it out)
  • Loading branch information
hauntsaninja committed Oct 4, 2023
1 parent dd6dad9 commit 9deb4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9deb4fe

Please sign in to comment.