From 6e8ad99494b16084974c799db9afa020f1741886 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Jan 2026 02:46:11 +0100 Subject: [PATCH] Switch to poetry-core --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac7b191..65208bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,5 +30,5 @@ pytest = "^5.4" pytest-cov = "^2.8" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" \ No newline at end of file +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api"