Skip to content

Commit f0eb837

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#92)
* fix(deps): require protobuf <4.0.0dev * update constraints
1 parent c3effe4 commit f0eb837

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/google-cloud-bigquery-logging/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
# Until this issue is closed
4848
# https://github.com/googleapis/google-cloud-python/issues/10566
4949
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
50-
"proto-plus >= 1.15.0",
51-
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
50+
"proto-plus >= 1.15.0, <2.0.0dev",
51+
"protobuf >= 3.19.0, <4.0.0dev",
52+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
5253
),
5354
python_requires=">=3.6",
5455
classifiers=[

packages/google-cloud-bigquery-logging/testing/constraints-3.6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
99
proto-plus==1.15.0
10-
grpc-google-iam-v1==0.12.3
10+
grpc-google-iam-v1==0.12.4
11+
protobuf==3.19.0

0 commit comments

Comments
 (0)