From af46930215b871e5b6b5e4438f163f854c47a17c Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Fri, 13 Sep 2024 11:23:58 +0200 Subject: [PATCH] Update build system --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cdafdb134..1f285f0a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ include = ["strawberry/py.typed"] "Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.6"] +build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = "^3.8"