Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: force the protobuf version in the build system so that it is c…
…ompatible with the runtime dependency

Signed-off-by: Yang, Bo <bo.yang@protonbase.io>
  • Loading branch information
Atry committed Aug 23, 2024
commit 13ae351ff078854c3366556784a82e08c1ba8e15
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[build-system]
requires = ["setuptools>=60", "wheel", "setuptools_scm>=6.2", "grpcio", "grpcio-tools>=1.47.0", "mypy-protobuf==3.1", "sphinx!=4.0.0"]
requires = [
"setuptools>=60",
"wheel",
"setuptools_scm>=6.2",
"grpcio",
"grpcio-tools>=1.47.0",
"mypy-protobuf==3.1",
"protobuf>=4.24.0,<5.0.0",
"sphinx!=4.0.0",
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down