Skip to content

Commit dcde600

Browse files
committed
fix: add dependency version ranges in pyproject.toml for compatibility
Signed-off-by: Abhijeet Saharan <abhijeetsaharan2236@gmail.com>
1 parent cc6ff46 commit dcde600

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ lint = [
6161
default-groups = ["dev", "lint"]
6262

6363
[build-system]
64-
requires = ["pdm-backend", "setuptools", "setuptools_scm", "grpcio-tools"]
64+
requires = [
65+
"pdm-backend>=2.4.8,<3",
66+
"setuptools>=82,<83",
67+
"setuptools_scm>=7,<9",
68+
"grpcio-tools>=1.80.0,<2"
69+
]
6570
build-backend = "pdm.backend"
6671

6772
[tool.setuptools_scm]

0 commit comments

Comments
 (0)