Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit b905558

Browse files
committed
pin python<3.9 to bigquery 3.30.0
1 parent d10de07 commit b905558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pytest===7.4.4; python_version == '3.7'
33
pytest==8.4.0; python_version >= '3.8'
44
mock==5.2.0
55
flaky==3.8.1
6-
google-cloud-bigquery==3.34.0; python_version < '3.9'
6+
google-cloud-bigquery===3.30.0; python_version < '3.9'
77
google-cloud-bigquery==3.34.0; python_version >= '3.9'
88
google-cloud-storage==3.1.0

0 commit comments

Comments
 (0)