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

Commit f46e868

Browse files
authored
fix(deps): require protobuf<4.0.0 on v0 branch (#213)
1 parent 170deb3 commit f46e868

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
2929
'enum34; python_version < "3.4"',
30+
"protobuf<4.0.0dev",
3031
]
3132

3233

0 commit comments

Comments
 (0)