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

Commit f50fb1b

Browse files
authored
fix(deps): require protobuf<4.0.0 on v2 branch (#356)
1 parent 0e013d3 commit f50fb1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = (
3232
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
33-
"proto-plus >= 1.4.0",
34-
"libcst >= 0.2.5",
33+
"proto-plus >= 1.4.0, <2.0.0dev",
34+
"libcst >= 0.2.5, <1.0.0dev",
35+
"protobuf<4.0.0dev",
3536
)
3637
extras = {}
3738

0 commit comments

Comments
 (0)