Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit e8e4cff

Browse files
authored
fix(deps): require protobuf<4.0.0 on v0 branch (#187)
1 parent 9d279c0 commit e8e4cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
2828
'enum34; python_version < "3.4"',
29+
"proto-plus >= 1.10.0, <2.0.0dev",
30+
"protobuf<4.0.0dev",
2931
]
3032

3133
package_root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)