diff --git a/components/gcp/container/component_sdk/python/setup.py b/components/gcp/container/component_sdk/python/setup.py index aaf85125..478e35ba 100644 --- a/components/gcp/container/component_sdk/python/setup.py +++ b/components/gcp/container/component_sdk/python/setup.py @@ -24,7 +24,7 @@ author='google', install_requires=[ 'kubernetes >= 8.0.1', 'urllib3>=1.15,<1.25', 'fire == 0.1.3', - 'google-api-python-client == 1.7.8', 'google-cloud-storage == 1.14.0', + 'google-api-python-client == 2.74.0', 'google-cloud-storage == 1.14.0', 'google-cloud-bigquery == 1.9.0' ], packages=[