Skip to content

Commit 03aceb5

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 7ba4ec8 commit 03aceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
]
7373

7474
GCP_REQUIRED = [
75-
"google-cloud-bigquery>=2.*,<3",
75+
"google-cloud-bigquery>=2,<3",
7676
"google-cloud-bigquery-storage >= 2.0.0",
7777
"google-cloud-datastore>=2.1.*",
7878
"google-cloud-storage>=1.34.*,<1.41",

0 commit comments

Comments
 (0)