Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b588004

Browse files
Fix poetry version (#53)
1 parent e6eb841 commit b588004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ cmd = "mkdocs serve"
148148
help = "Serve the documentation locally"
149149

150150
[build-system]
151-
requires = ["poetry-core>=1.0.0,<2"]
151+
requires = ["poetry-core>=2.0.0,<3"]
152152
build-backend = "poetry.core.masonry.api"
153153

154154
# python -m grpc.tools.protoc \

0 commit comments

Comments
 (0)