Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 45b97e8

Browse files
partheadandhlee
andauthored
fix(deps): require protobuf <4.0.0dev (#299)
* fix(deps): require protobuf <4.0.0dev * chore(deps): bump grpc-google-iam-v1 version Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent 2b81938 commit 45b97e8

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
@@ -28,8 +28,9 @@
2828
# Until this issue is closed
2929
# https://github.com/googleapis/google-cloud-python/issues/10566
3030
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
31-
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
32-
"proto-plus >= 1.15.0",
31+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
32+
"proto-plus >= 1.15.0, <2.0.0dev",
33+
"protobuf >= 3.19.0, <4.0.0dev",
3334
]
3435

3536
extras = {"libcst": "libcst >= 0.2.5"}

testing/constraints-3.6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
9-
grpc-google-iam-v1==0.12.3
9+
grpc-google-iam-v1==0.12.4
1010
proto-plus==1.15.0
1111
libcst==0.2.5
12+
protobuf==3.19.0

0 commit comments

Comments
 (0)