Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 46cd2c9970eaaf4fe54dd01769ec5e165a12d3ab
Choose a base ref
..
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b33702c21264efb040ca8518d3340248851ff01e
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 samples/geography/requirements.txt
  2. +2 −2 samples/magics/requirements.txt
  3. +2 −2 samples/notebooks/requirements.txt
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ geopandas==1.0.1
google-api-core==2.24.2
google-auth==2.38.0
google-cloud-bigquery==3.30.0
google-cloud-bigquery-storage==2.29.0
google-cloud-bigquery-storage==2.29.1
google-cloud-core==2.4.3
google-crc32c==1.6.0
google-resumable-media==2.7.2
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bigquery_magics==0.7.0
bigquery_magics==0.8.0
db-dtypes==1.4.2
google.cloud.bigquery==3.30.0
google-cloud-bigquery-storage==2.29.0
google-cloud-bigquery-storage==2.29.1
ipython===8.18.1
pandas==2.2.3
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery-magics==0.7.0
bigquery-magics==0.8.0
db-dtypes==1.4.2
google-cloud-bigquery==3.30.0
google-cloud-bigquery-storage==2.29.0
google-cloud-bigquery-storage==2.29.1
ipython==9.0.2
matplotlib===3.9.2; python_version == '3.9'
matplotlib==3.10.1; python_version >= '3.10'