diff --git a/components/gcp/container/component_sdk/python/setup.py b/components/gcp/container/component_sdk/python/setup.py index f7bc76ce6e..30f138c284 100644 --- a/components/gcp/container/component_sdk/python/setup.py +++ b/components/gcp/container/component_sdk/python/setup.py @@ -25,7 +25,7 @@ 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-cloud-bigquery == 1.9.0' + 'google-cloud-bigquery == 2.12.0' ], packages=[ 'kfp_component',