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 0fbde78 commit 1216cf6Copy full SHA for 1216cf6
samples/snippets/requirements-test.txt
@@ -1,2 +1,3 @@
1
backoff==2.2.1
2
-pytest==7.4.4
+pytest==7.4.4; python_version == '3.7'
3
+pytest==8.0.0; python_version >= '3.8'
samples/snippets/requirements.txt
@@ -1,4 +1,4 @@
google-cloud-logging==3.9.0
-google-cloud-bigquery==3.16.0
+google-cloud-bigquery==3.17.2
google-cloud-storage==2.14.0
4
-google-cloud-pubsub==2.19.0
+google-cloud-pubsub==2.19.4
0 commit comments