We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9d7a0 commit c7af2d5Copy full SHA for c7af2d5
packages/google-cloud-bigquery-storage/samples/snippets/requirements.txt
@@ -1,3 +1,3 @@
1
google-cloud-bigquery-storage==2.13.0
2
-google-cloud-bigquery==2.34.3
3
-protobuf==3.19.4
+google-cloud-bigquery==3.0.1
+protobuf==3.20.0
packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt
@@ -1,10 +1,11 @@
google-auth==2.6.2
4
pyarrow==7.0.0
5
ipython===7.31.1; python_version == '3.7'
6
ipython===8.0.1; python_version == '3.8'
7
ipython==8.2.0; python_version >= '3.9'
8
pandas===1.3.5; python_version == '3.7'
9
-pandas==1.4.1; python_version > '3.7'
+pandas==1.4.2; python_version > '3.7'
10
tqdm==4.63.1
11
+db-dtypes==1.0.0
0 commit comments