From a518d45647394d1541ca9ff61bfac2655d90720f Mon Sep 17 00:00:00 2001 From: "imad.nyc" Date: Mon, 29 Jul 2024 11:14:56 -0400 Subject: [PATCH] Updated pyproject.toml to be more flexible with poetry_core versioning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0bce2f..f14f018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,5 +103,5 @@ warn_unused_ignores = true incremental = true [build-system] -requires = ["poetry_core==1.0.8"] +requires = ["poetry_core>=1.0.8"] build-backend = "poetry.core.masonry.api"