We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd020 commit 0b796a4Copy full SHA for 0b796a4
samples/to_dataframe/requirements.txt
@@ -1,4 +1,4 @@
1
-google-auth==2.39.0
+google-auth==2.40.1
2
google-cloud-bigquery-storage==2.31.0
3
google-cloud-bigquery===3.30.0; python_version <= '3.8'
4
google-cloud-bigquery==3.31.0; python_version >= '3.9'
@@ -15,4 +15,5 @@ pandas===1.3.5; python_version == '3.7'
15
pandas===2.0.3; python_version == '3.8'
16
pandas==2.2.3; python_version >= '3.9'
17
tqdm==4.67.1
18
-db-dtypes==1.4.2
+db-dtypes===1.4.2; python_version <= '3.8'
19
+db-dtypes==1.4.3; python_version >= '3.9'
0 commit comments