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

Commit 831eec6

Browse files
committed
pin lib versions for older python versions
1 parent 7441619 commit 831eec6

2 files changed

Lines changed: 2 additions & 2 deletions

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.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

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ protobuf==6.31.1; python_version >= '3.9'
66
avro==1.12.0
77
opentelemetry-api===1.22.0; python_version == '3.7'
88
opentelemetry-sdk===1.22.0; python_version == '3.7'
9-
opentelemetry-api==1.34.1; python_version >= '3.8'
9+
opentelemetry-api===1.33.1; python_version >= '3.8'
1010
opentelemetry-sdk==1.34.1; python_version >= '3.8'
1111
opentelemetry-exporter-gcp-trace==1.9.0

0 commit comments

Comments
 (0)