Skip to content

Commit a4deaf7

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#595)
1 parent 78a1ae7 commit a4deaf7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
# https://github.com/googleapis/google-cloud-python/issues/10566
3939
"google-cloud-core >= 1.4.1, <3.0.0dev",
4040
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
41-
"proto-plus >= 1.18.0",
41+
"proto-plus >= 1.18.0, <2.0.0dev",
42+
"protobuf >= 3.19.0, <4.0.0dev",
4243
]
4344
extras = {"libcst": "libcst >= 0.2.5"}
4445

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ google-cloud-core==1.4.1
1010
grpc-google-iam-v1==0.12.4
1111
proto-plus==1.18.0
1212
libcst==0.2.5
13+
protobuf==3.19.0

0 commit comments

Comments
 (0)