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

Commit 3feba8a

Browse files
authored
fix(deps): require protobuf<4.0.0 on v1 branch (#529)
1 parent 37135bf commit 3feba8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
version = "1.1.2"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
25-
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0"
25+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
26+
"protobuf<4.0.0dev",
2627
]
2728

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

0 commit comments

Comments
 (0)