Skip to content

Commit 2c6baef

Browse files
authored
fix(deps): require protobuf<4.0.0 on v2 branch (#568)
1 parent c5d605b commit 2c6baef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
# https://github.com/googleapis/google-cloud-python/issues/10566
4141
"google-cloud-core >= 1.4.1, <3.0.0dev",
4242
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
43-
"proto-plus >= 1.15.0",
43+
"proto-plus >= 1.15.0, <2.0.0dev",
44+
"protobuf<4.0.0dev",
4445
]
4546
extras = {}
4647

0 commit comments

Comments
 (0)