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

Commit 2f55996

Browse files
committed
chore(deps): pin bigquery library version for python<3.9
1 parent 42d32de commit 2f55996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3.5; python_version >= '3.8'
44
mock==5.2.0
55
flaky==3.8.1
6-
google-cloud-bigquery==3.30.0; python_version < '3.9'
6+
google-cloud-bigquery===3.30.0; python_version < '3.9'
77
google-cloud-bigquery==3.33.0; python_version >= '3.9'
88
google-cloud-storage==3.1.0

0 commit comments

Comments
 (0)