Skip to content

Commit 3b06c63

Browse files
force newer connection lib
1 parent 1f82267 commit 3b06c63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/bigframes/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# 2.30 needed for arrow support.
4444
"google-cloud-bigquery-storage >= 2.30.0, < 3.0.0",
4545
"google-cloud-functions >=1.12.0",
46-
"google-cloud-bigquery-connection >=1.12.0",
46+
"google-cloud-bigquery-connection >=1.16.0",
4747
"google-cloud-resource-manager >=1.10.3",
4848
"google-cloud-storage >=2.0.0",
4949
"google-crc32c >=1.0.0,<2.0.0",
@@ -79,7 +79,7 @@
7979
],
8080
# used for local engine
8181
"polars": ["polars >= 1.21.0"],
82-
"datafusion": ["datafusion >= 45.0.0", "substrait >= 0.29"],
82+
"datafusion": ["datafusion >= 45.2.0", "substrait >= 0.29"],
8383
"substrait": ["substrait >= 0.29"],
8484
"scikit-learn": ["scikit-learn>=1.2.2"],
8585
# Packages required for basic development flow.

packages/bigframes/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ google-cloud-bigtable==2.24.0
88
google-cloud-pubsub==2.21.4
99
google-cloud-bigquery==3.36.0
1010
google-cloud-functions==1.12.0
11-
google-cloud-bigquery-connection==1.12.0
11+
google-cloud-bigquery-connection==1.16.0
1212
google-cloud-iam==2.12.1
1313
google-cloud-resource-manager==1.10.3
1414
google-cloud-storage==2.0.0

0 commit comments

Comments
 (0)