Skip to content

Commit 80c921b

Browse files
authored
Workaround PDM resolver issue (#36)
pdm-project/pdm#3667
1 parent 81341b8 commit 80c921b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pdm/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ license = {text = "MIT"}
1212
[build-system]
1313
requires = ["pdm-pep517>=1.0.0"]
1414
build-backend = "pdm.pep517.api"
15+
16+
# https://github.com/pdm-project/pdm/issues/3667
17+
[tool.pdm.resolution.overrides]
18+
grpcio-status = "<1.72"

0 commit comments

Comments
 (0)