From 51ed75457fd0ccff25563e3a51bf8cd6677d7e1f Mon Sep 17 00:00:00 2001 From: Evan Botello <3102036+evbots@users.noreply.github.com> Date: Fri, 23 May 2025 12:29:40 -0400 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8728347..40d0fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=43.0.0", "wheel"] +requires = ["setuptools<77.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] From 8109bb0fdbc7de2a1b28604a1be0b05b398486c2 Mon Sep 17 00:00:00 2001 From: Evan Botello <3102036+evbots@users.noreply.github.com> Date: Fri, 23 May 2025 12:33:07 -0400 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40d0fab..4409873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<77.0.0", "wheel"] +requires = ["setuptools<75.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] From 1c132cd1f276738c128d021c9770307e5a240450 Mon Sep 17 00:00:00 2001 From: Evan Botello <3102036+evbots@users.noreply.github.com> Date: Fri, 23 May 2025 12:44:37 -0400 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4409873..c8a9563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<75.0.0", "wheel"] +requires = ["setuptools<70", "wheel"] build-backend = "setuptools.build_meta" [project] From 766d7b787828e534c29761b344ef3a83faef5c63 Mon Sep 17 00:00:00 2001 From: Evan Botello <3102036+evbots@users.noreply.github.com> Date: Fri, 23 May 2025 12:54:21 -0400 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8a9563..c7d7782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<70", "wheel"] +requires = ["setuptools<45.0.0", "wheel"] build-backend = "setuptools.build_meta" [project]