Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #135 from nolar/134-kubernetes-10.0.0
Browse files Browse the repository at this point in the history
Restrict kubernetes client library to version 9.x.x
  • Loading branch information
Sergey Vasilyev authored Jul 4, 2019
2 parents db4394f + eefc8ef commit 51da125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
'click',
'iso8601',
'aiojobs',
'kubernetes',
'kubernetes<10.0.0', # see: https://github.com/kubernetes-client/python/issues/866
],
)

0 comments on commit 51da125

Please sign in to comment.