Skip to content

Commit 10c8385

Browse files
committed
update requirements
1 parent afb8ce6 commit 10c8385

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.38.0
1+
google-cloud-bigquery==3.45.0
22
google-auth-oauthlib==1.2.2

packages/google-cloud-bigquery/samples/geography/requirements.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ attrs==25.4.0
22
certifi==2025.10.5
33
cffi==2.0.0
44
charset-normalizer==3.4.3
5-
click===8.1.8; python_version == '3.9'
6-
click==8.3.0; python_version >= '3.10'
5+
click==8.3.0
76
click-plugins==1.1.1.2
87
cligj==0.7.2
98
db-dtypes==1.4.3
109
Fiona==1.10.1
1110
geojson==3.2.0
12-
geopandas===1.0.1; python_version <= '3.9'
13-
geopandas==1.1.2; python_version >= '3.10'
14-
google-api-core==2.25.2
11+
geopandas==1.1.2
12+
google-api-core==2.28.0
1513
google-auth==2.41.1
16-
google-cloud-bigquery==3.38.0
14+
google-cloud-bigquery==3.45.0
1715
google-cloud-bigquery-storage==2.33.1
1816
google-cloud-core==2.4.3
1917
google-crc32c==1.7.1
@@ -36,8 +34,7 @@ pytz==2025.2
3634
PyYAML==6.0.3
3735
requests==2.32.5
3836
rsa==4.9.1
39-
Shapely===2.0.7; python_version == '3.9'
40-
Shapely==2.1.2; python_version >= '3.10'
37+
Shapely==2.1.2
4138
six==1.17.0
4239
typing-extensions==4.15.0
4340
typing-inspect==0.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bigquery_magics==0.10.3
22
db-dtypes==1.4.3
3-
google.cloud.bigquery==3.38.0
3+
google.cloud.bigquery==3.45.0
44
google-cloud-bigquery-storage==2.33.1
55
ipython===8.18.1
66
pandas==2.3.3
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
bigquery-magics==0.10.3
22
db-dtypes==1.4.3
3-
google-cloud-bigquery==3.38.0
3+
google-cloud-bigquery==3.45.0
44
google-cloud-bigquery-storage==2.33.1
5-
ipython===8.18.1; python_version == '3.9'
6-
ipython==9.6.0; python_version >= '3.10'
7-
matplotlib===3.9.2; python_version == '3.9'
8-
matplotlib==3.10.6; python_version >= '3.10'
5+
ipython==9.6.0
6+
matplotlib==3.10.6
97
pandas==2.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-bigquery==3.38.0
2+
google-cloud-bigquery==3.45.0

0 commit comments

Comments
 (0)