Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 445e114

Browse files
authored
fix(deps): require protobuf<4.0.0 on v1 branch (#460)
1 parent c65c35b commit 445e114

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
@@ -26,6 +26,7 @@
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+
"protobuf<4.0.0dev",
2930
]
3031
extras = {
3132
"pandas": "pandas>=0.17.1",

0 commit comments

Comments
 (0)