--- pyproject.toml.orig 2023-08-03 09:26:18 UTC +++ pyproject.toml @@ -30,5 +30,5 @@ enum-compat = { version = "^0.0.2", python = "~2.7" } [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api"