Skip to content

Commit

Permalink
fix: loosen protobuf build requirement
Browse files Browse the repository at this point in the history
Signed-off-by: tokoko <[email protected]>
  • Loading branch information
tokoko committed Sep 18, 2024
1 parent b8bc6d7 commit 7dd19bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def run(self):
"grpcio-tools>=1.56.2,<2",
"grpcio>=1.56.2,<2",
"mypy-protobuf==3.1",
"protobuf==4.24.0",
"protobuf>=4.24.0,<5.0.0",
"pybindgen==0.22.0",
"setuptools_scm>=6.2",
],
Expand Down

0 comments on commit 7dd19bb

Please sign in to comment.