Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asset/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ google-cloud-storage==2.8.0
google-cloud-asset==3.19.0
google-cloud-resource-manager==1.10.1
google-cloud-pubsub==2.17.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery[pandas,bqstorage]==3.10.0
google-cloud-bigquery[pandas,bqstorage]==3.11.0
google-cloud-bigquery-storage==2.19.1
pandas==1.3.5; python_version == '3.7'
pandas==2.0.1; python_version > '3.7'
Expand Down
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.54.2
google-cloud-bigquery[pandas,pyarrow]==3.10.0
google-cloud-bigquery[pandas,pyarrow]==3.11.0
# datalab has outdated dependencies that require google-api-core < 2
# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2
google-cloud-bigquery-storage==2.19.1
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
google-cloud-bigquery-storage==2.19.1
pandas==1.1.5; python_version < '3.7'
pandas==1.3.5; python_version == '3.7'
Expand Down
2 changes: 1 addition & 1 deletion contact-center-insights/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-core==2.11.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
google-cloud-contact-center-insights==1.11.0
2 changes: 1 addition & 1 deletion data-science-onramp/data-ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
google-cloud-storage==2.8.0; python_version < '3.7'
google-cloud-storage==2.8.0; python_version > '3.6'
google-cloud-dataproc==5.4.1
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pandas==1.3.5; python_version == '3.7'
pandas==2.0.1; python_version > '3.7'
pyarrow==12.0.0; python_version >= '3.7'
pyarrow==6.0.1; python_version < '3.7'
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion datacatalog/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.2.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion dataflow/extensible-templates/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==2.87.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
google-cloud-storage==2.8.0
pytest-xdist==3.3.0
pytest==7.0.1
Expand Down
2 changes: 1 addition & 1 deletion dlp/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ google-cloud-dlp==3.12.1
google-cloud-storage==2.8.0
google-cloud-pubsub==2.17.0
google-cloud-datastore==2.15.2
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion functions/v2/response_streaming/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
functions-framework==3.3.0
google-cloud-bigquery==3.6.0
google-cloud-bigquery==3.11.0
pytest==7.2.1
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-storage==2.8.0
google-cloud-bigquery[pandas,pyarrow]==3.10.0
google-cloud-bigquery[pandas,pyarrow]==3.11.0
matplotlib==3.7.1; python_version > '3.6'
matplotlib==3.3.4; python_version == '3.6'
matplotlib==2.2.5; python_version < '3.0'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pillow==9.5.0
apache-beam[gcp]==2.46.0
google-cloud-aiplatform==1.25.0
google-cloud-bigquery==3.10.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.
google-cloud-bigquery==3.11.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.
2 changes: 1 addition & 1 deletion retail/interactive-tutorials/events/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google==3.0.0
google-cloud-retail==1.16.1
google-cloud-storage==2.8.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion retail/interactive-tutorials/product/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google==3.0.0
google-cloud-retail==1.16.1
google-cloud-storage==2.8.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion retail/interactive-tutorials/search/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google==3.0.0
google-cloud-retail==1.16.1
google-cloud-storage==2.8.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0
2 changes: 1 addition & 1 deletion securitycenter/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==2.2.1
pytest==7.2.0
google-cloud-bigquery==3.10.0
google-cloud-bigquery==3.11.0