Skip to content

Commit 0c908b0

Browse files
authored
fix(deps): require protobuf>= 3.12.0, <4.0.0dev (#387)
1 parent d5ee1f6 commit 0c908b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
"googleapis-common-protos >= 1.6.0, < 2.0dev",
3333
'protobuf >= 3.12.0, < 3.18.0; python_version < "3"',
34-
'protobuf >= 3.12.0; python_version > "3"',
34+
'protobuf >= 3.12.0, < 4.0.0dev; python_version > "3"',
3535
"google-auth >= 1.25.0, < 2.0dev",
3636
"requests >= 2.18.0, < 3.0.0dev",
3737
"setuptools >= 40.3.0",

0 commit comments

Comments
 (0)