Skip to content

Commit 2151c39

Browse files
sudohainguyenachals
authored andcommitted
fix: Set upper bound for bigquery client due to its breaking changes
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent 25e9775 commit 2151c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
GCP_REQUIRED = [
8787
"google-api-core>=1.23.0,<3",
8888
"googleapis-common-protos>=1.52.0,<2",
89-
"google-cloud-bigquery[pandas]>=2,<4",
89+
"google-cloud-bigquery[pandas]>=2,<3.13.0",
9090
"google-cloud-bigquery-storage >= 2.0.0,<3",
9191
"google-cloud-datastore>=2.1.0,<3",
9292
"google-cloud-storage>=1.34.0,<3",

0 commit comments

Comments
 (0)