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

Commit 7d1caea

Browse files
authored
fix(deps): require protobuf<4.0.0 on v0 branch (#339)
1 parent a4906e5 commit 7d1caea

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
@@ -42,7 +42,8 @@
4242
include_package_data=True,
4343
install_requires=(
4444
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
45-
"proto-plus >= 1.10.0",
45+
"proto-plus >= 1.10.0,<2.0.0dev",
46+
"protobuf<4.0.0dev",
4647
),
4748
python_requires=">=3.6",
4849
setup_requires=["libcst >= 0.2.5"],

0 commit comments

Comments
 (0)