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 d5ee1f6 commit 0c908b0Copy full SHA for 0c908b0
setup.py
@@ -31,7 +31,7 @@
31
dependencies = [
32
"googleapis-common-protos >= 1.6.0, < 2.0dev",
33
'protobuf >= 3.12.0, < 3.18.0; python_version < "3"',
34
- 'protobuf >= 3.12.0; python_version > "3"',
+ 'protobuf >= 3.12.0, < 4.0.0dev; python_version > "3"',
35
"google-auth >= 1.25.0, < 2.0dev",
36
"requests >= 2.18.0, < 3.0.0dev",
37
"setuptools >= 40.3.0",
0 commit comments