Skip to content

Commit 6f11875

Browse files
willthamesfabianvf
authored andcommitted
Allow less strict kubernetes version requirements (#207)
Newer versions of kubernetes client that incorporate bug fixes independent of openshift client releases should be allowed Pin to less than 8.0.0 to reduce risk of breaking changes
1 parent c295938 commit 6f11875

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
@@ -1,6 +1,6 @@
11
dictdiffer
22
jinja2
3-
kubernetes == 7.0.0
3+
kubernetes >= 7.0.0, < 8.0.0
44
python-string-utils
55
ruamel.yaml >= 0.15
66
six

0 commit comments

Comments
 (0)