Skip to content

Commit 3058a2b

Browse files
committed
fix: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1
1 parent 52d9f14 commit 3058a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/snippets/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
db-dtypes==1.0.1
2+
google-cloud-bigquery==3.2.0
23
google-cloud-bigquery-storage==2.13.1
34
google-auth-oauthlib==0.5.1
4-
grpcio==1.46.3
5+
grpcio==1.47.0
56
ipython===7.31.1; python_version == '3.7'
67
ipython===8.0.1; python_version == '3.8'
78
ipython==8.3.0; python_version >= '3.9'

0 commit comments

Comments
 (0)