diff --git a/sdk/python/requirements/py3.10-ci-requirements.txt b/sdk/python/requirements/py3.10-ci-requirements.txt index b0a92f0dec..346aa6da47 100644 --- a/sdk/python/requirements/py3.10-ci-requirements.txt +++ b/sdk/python/requirements/py3.10-ci-requirements.txt @@ -206,12 +206,10 @@ google-auth-httplib2==0.1.0 # via google-api-python-client google-auth-oauthlib==0.5.1 # via gcsfs -google-cloud-bigquery==3.0.1 +google-cloud-bigquery==2.34.3 # via feast (setup.py) google-cloud-bigquery-storage==2.13.1 - # via - # feast (setup.py) - # google-cloud-bigquery + # via feast (setup.py) google-cloud-core==1.7.2 # via # feast (setup.py) @@ -451,7 +449,6 @@ py4j==0.10.9.3 pyarrow==6.0.1 # via # feast (setup.py) - # google-cloud-bigquery # snowflake-connector-python pyasn1==0.4.8 # via diff --git a/sdk/python/requirements/py3.8-ci-requirements.txt b/sdk/python/requirements/py3.8-ci-requirements.txt index 92a7f5dabe..34032ef7d2 100644 --- a/sdk/python/requirements/py3.8-ci-requirements.txt +++ b/sdk/python/requirements/py3.8-ci-requirements.txt @@ -210,12 +210,10 @@ google-auth-httplib2==0.1.0 # via google-api-python-client google-auth-oauthlib==0.5.1 # via gcsfs -google-cloud-bigquery==3.0.1 +google-cloud-bigquery==2.34.3 # via feast (setup.py) google-cloud-bigquery-storage==2.13.1 - # via - # feast (setup.py) - # google-cloud-bigquery + # via feast (setup.py) google-cloud-core==1.7.2 # via # feast (setup.py) @@ -457,7 +455,6 @@ py4j==0.10.9.3 pyarrow==6.0.1 # via # feast (setup.py) - # google-cloud-bigquery # snowflake-connector-python pyasn1==0.4.8 # via diff --git a/sdk/python/requirements/py3.9-ci-requirements.txt b/sdk/python/requirements/py3.9-ci-requirements.txt index bdbd1de4df..1ab910a16d 100644 --- a/sdk/python/requirements/py3.9-ci-requirements.txt +++ b/sdk/python/requirements/py3.9-ci-requirements.txt @@ -206,12 +206,10 @@ google-auth-httplib2==0.1.0 # via google-api-python-client google-auth-oauthlib==0.5.1 # via gcsfs -google-cloud-bigquery==3.0.1 +google-cloud-bigquery==2.34.3 # via feast (setup.py) google-cloud-bigquery-storage==2.13.1 - # via - # feast (setup.py) - # google-cloud-bigquery + # via feast (setup.py) google-cloud-core==1.7.2 # via # feast (setup.py) @@ -451,7 +449,6 @@ py4j==0.10.9.3 pyarrow==6.0.1 # via # feast (setup.py) - # google-cloud-bigquery # snowflake-connector-python pyasn1==0.4.8 # via diff --git a/sdk/python/setup.py b/sdk/python/setup.py index e24ea6e169..a368ff3054 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -72,7 +72,7 @@ ] GCP_REQUIRED = [ - "google-cloud-bigquery>=2.28.1", + "google-cloud-bigquery>=2.34.*,<3.0.0", "google-cloud-bigquery-storage >= 2.0.0", "google-cloud-datastore>=2.1.*", "google-cloud-storage>=1.34.*,<1.41",