We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d605b commit 2c6baefCopy full SHA for 2c6baef
setup.py
@@ -40,7 +40,8 @@
40
# https://github.com/googleapis/google-cloud-python/issues/10566
41
"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",
+ "proto-plus >= 1.15.0, <2.0.0dev",
44
+ "protobuf<4.0.0dev",
45
]
46
extras = {}
47
0 commit comments