Skip to content

Commit cb0720c

Browse files
partheaarbrown
andauthored
fix(deps): require protobuf <4.0.0dev (#564)
Co-authored-by: Drew Brown <[email protected]>
1 parent 76413b1 commit cb0720c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
# Until this issue is closed
4040
# https://github.com/googleapis/google-cloud-python/issues/10566
4141
"google-cloud-core >= 1.4.1, <3.0.0dev",
42-
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
43-
"proto-plus >= 1.15.0",
42+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
43+
"proto-plus >= 1.15.0, <2.0.0dev",
44+
"protobuf >= 3.19.0, <4.0.0dev",
4445
]
4546
extras = {}
4647

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
google-api-core==1.31.5
99
google-cloud-core==1.4.1
1010
proto-plus==1.15.0
11+
protobuf==3.19.0

0 commit comments

Comments
 (0)