From ff19e9a73bab4fd9a1068a2d178396c9b86f1822 Mon Sep 17 00:00:00 2001 From: bahill Date: Fri, 8 Nov 2024 10:51:09 -0500 Subject: [PATCH] limit the version of setuptools https://github.com/pypa/setuptools/issues/4483 --- orchestration/poetry.lock | 2 +- orchestration/pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/orchestration/poetry.lock b/orchestration/poetry.lock index 8f6f05a6..d1e72355 100644 --- a/orchestration/poetry.lock +++ b/orchestration/poetry.lock @@ -2058,7 +2058,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "3.9.16" -content-hash = "39bb27312cbe083ca0ab11cec2ea91901c924316683239facb7e51bcbdd0ceb4" +content-hash = "c4996a831e4c4449358c79ae4dd81eb2c817f9cdfc4ed3ad5079412be27a270f" [metadata.files] aiohttp = [] diff --git a/orchestration/pyproject.toml b/orchestration/pyproject.toml index a5d99799..f439ef55 100644 --- a/orchestration/pyproject.toml +++ b/orchestration/pyproject.toml @@ -40,6 +40,7 @@ typing-extensions = "^3.7.4" aiohttp = "3.9.4" # >> Installed to fix https://github.com/pypa/setuptools/issues/4483 packaging = "^24.0" +setuptools = "^70.0.0" [tool.poetry.dev-dependencies] # NB this notation is not preferred after poetry 1.2.0 https://python-poetry.org/docs/master/managing-dependencies/