Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3ef4c4

Browse files
make websocket-client dependency more open
fixes: kubernetes-client#413 The issue as reported in kubernetes-client#262 was not reproduced in versions of websocketclient over 0.43.0, so just mask the known bad versions. This allows consumption of possible security fixes and allows the client to be co-installable with more python libraries.
1 parent 30b8ee4 commit a3ef4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ urllib3>=1.19.1,!=1.21 # MIT
66
pyyaml>=3.12 # MIT
77
google-auth>=1.0.1 # Apache-2.0
88
ipaddress>=1.0.17 # PSF
9-
websocket-client>=0.32.0,<=0.40.0 # LGPLv2+
9+
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
1010
requests # Apache-2.0
1111
requests-oauthlib # ISC

0 commit comments

Comments
 (0)