Skip to content

Commit

Permalink
make websocket-client dependency more open
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
prometheanfire committed Dec 13, 2017
1 parent 30b8ee4 commit a3ef4c4
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 @@ -6,6 +6,6 @@ urllib3>=1.19.1,!=1.21 # MIT
pyyaml>=3.12 # MIT
google-auth>=1.0.1 # Apache-2.0
ipaddress>=1.0.17 # PSF
websocket-client>=0.32.0,<=0.40.0 # LGPLv2+
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
requests # Apache-2.0
requests-oauthlib # ISC

0 comments on commit a3ef4c4

Please sign in to comment.