From 91b10f6c740c2980e6812066505deb40a126e7cd Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Wed, 25 Mar 2026 16:57:20 -0400 Subject: [PATCH] SetupTools issue --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8f1c39..433bcc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ google-api-python-client = "^2.49.0" smart-open = {extras = ["gcs"], version = "^6.0.0"} pytest-watch = "^4.2.0" orjson = "^3.6.8" +setuptools = "<82" [tool.poetry.group.dev.dependencies] pytest = "^6.2.5" @@ -56,4 +57,4 @@ version_toml = ["pyproject.toml:tool.poetry.version"] branch = "main" upload_to_pypi = true upload_to_release = true -build_command = "pip install poetry && poetry build" \ No newline at end of file +build_command = "pip install poetry && poetry build"