From c872521e27aad35c2b851d4cc11f11f057baa2fb Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 24 Mar 2025 16:16:03 +0100 Subject: [PATCH] Pin setuptools It looks like there are issue with the new release: https://github.com/pypa/setuptools/issues/4910 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e68fa67495..ac10265f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -278,7 +278,7 @@ ignore_missing_imports = true pyiceberg = "pyiceberg.cli.console:run" [build-system] -requires = ["poetry-core>=1.0.0", "wheel", "Cython>=3.0.0", "setuptools"] +requires = ["poetry-core>=1.0.0", "wheel", "Cython>=3.0.0", "setuptools==77.0.3"] build-backend = "poetry.core.masonry.api" [tool.poetry.build]