Skip to content

Commit dcdf013

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#699)
Towards b/234444818
1 parent 93f2b62 commit dcdf013

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
# Until this issue is closed
3535
# https://github.com/googleapis/google-cloud-python/issues/10566
3636
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
37-
"proto-plus >= 1.15.0",
38-
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
37+
"proto-plus >= 1.15.0, <2.0.0dev",
38+
"protobuf >= 3.19.0, <4.0.0dev",
39+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
3940
"grpcio-status >= 1.16.0",
4041
]
4142
extras = {"libcst": "libcst >= 0.3.10"}

testing/constraints-3.6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ grpcio==1.38.1
88
google-api-core==1.31.5
99
libcst==0.3.10
1010
proto-plus==1.15.0
11-
grpc-google-iam-v1==0.12.3
11+
grpc-google-iam-v1==0.12.4
12+
protobuf==3.19.0

0 commit comments

Comments
 (0)