From f8bd11e829b7837a09059bc02a7abcf7e56fc380 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Sun, 16 Feb 2025 21:19:13 +0100 Subject: [PATCH] Fix poetry version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4d47f74..3ff23778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ cmd = "mkdocs serve" help = "Serve the documentation locally" [build-system] -requires = ["poetry-core>=1.0.0,<2"] +requires = ["poetry-core>=2.0.0,<3"] build-backend = "poetry.core.masonry.api" # python -m grpc.tools.protoc \