Skip to content

Commit 94737f6

Browse files
authored
corrected BQ version that's needed for a contributor's merged PR 1844 (feast-dev#1934)
Signed-off-by: David Y Liu <[email protected]>
1 parent f1df40a commit 94737f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
]
6666

6767
GCP_REQUIRED = [
68-
"google-cloud-bigquery>=2.0.*",
68+
"google-cloud-bigquery>=2.14.0",
6969
"google-cloud-bigquery-storage >= 2.0.0",
7070
"google-cloud-datastore>=2.1.*",
7171
"google-cloud-storage>=1.34.*",
@@ -111,7 +111,7 @@
111111
"firebase-admin==4.5.2",
112112
"pre-commit",
113113
"assertpy==1.1",
114-
"google-cloud-bigquery>=2.0.*",
114+
"google-cloud-bigquery>=2.14.0",
115115
"google-cloud-bigquery-storage >= 2.0.0",
116116
"google-cloud-datastore>=2.1.*",
117117
"google-cloud-storage>=1.20.*",

0 commit comments

Comments
 (0)