SDK - Bumping the upper version of Kubernetes package (#2780)

This commit is contained in:
Alexey Volkov 2020-01-08 19:01:40 -08:00 committed by Kubernetes Prow Robot
parent 589aaa9d35
commit bae654dc5c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ certifi
python-dateutil
PyYAML
google-cloud-storage>=1.13.0
kubernetes>=8.0.0, <=9.0.0
kubernetes>=8.0.0, <=10.0.0
PyJWT>=1.6.4
cryptography>=2.4.2
google-auth>=1.6.1

View File

@ -26,7 +26,7 @@ REQUIRES = [
'python-dateutil',
'PyYAML',
'google-cloud-storage>=1.13.0',
'kubernetes>=8.0.0, <=9.0.0',
'kubernetes>=8.0.0, <=10.0.0',
'PyJWT>=1.6.4',
'cryptography>=2.4.2',
'google-auth>=1.6.1',