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

Commit 98421ae

Browse files
authored
pin protobuf and google-cloud-bigquery for Python < 3.9
1 parent 7297e26 commit 98421ae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

samples/snippets/requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +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.33.0
6+
google-cloud-bigquery==3.30.0; python_version < '3.9'
7+
google-cloud-bigquery==3.33.0; python_version >= '3.9'
78
google-cloud-storage==3.1.0

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
google-cloud-pubsub==2.29.0
22
avro==1.12.0
33
protobuf===4.24.4; python_version == '3.7'
4-
protobuf==6.31.0; python_version >= '3.8'
4+
protobuf===5.29.4; python_version == '3.8'
5+
protobuf==6.31.0; python_version >= '3.9'
56
avro==1.12.0
67
opentelemetry-api===1.22.0; python_version == '3.7'
78
opentelemetry-sdk===1.22.0; python_version == '3.7'

0 commit comments

Comments
 (0)