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

Commit 97172f9

Browse files
authored
fix(deps): require protobuf<4.0.0 on v2 branch (#299)
1 parent 719f521 commit 97172f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
release_status = "Development Status :: 5 - Production/Stable"
3030
dependencies = [
3131
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
32-
"proto-plus >= 0.4.0",
33-
"libcst >= 0.2.5",
32+
"proto-plus >= 0.4.0, <2.0.0dev",
33+
"libcst >= 0.2.5, <1.0.0dev",
34+
"protobuf<4.0.0dev",
3435
]
3536

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

0 commit comments

Comments
 (0)