Skip to content

Commit eefc8ef

Browse files
author
Sergey Vasilyev
committed
Restrict kubernetes client library to version 9.x.x
See: kubernetes-client/python#866 See: zalando-incubator#134
1 parent bdea97b commit eefc8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
'click',
4444
'iso8601',
4545
'aiojobs',
46-
'kubernetes',
46+
'kubernetes<10.0.0', # see: https://github.com/kubernetes-client/python/issues/866
4747
],
4848
)

0 commit comments

Comments
 (0)