From a27e3e89e19b4f435b0e8dff473fe6e7f5e52c0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:45:41 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency setuptools to >=80.10.2,<80.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4037c40..5d5f744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pydantic (>=2.11.3,<2.12.0)", "pydantic-settings (>=2.11.0,<2.12.0)", "requests (>=2.33.1,<2.34.0)", - "setuptools (>=80.9.0,<80.10.0)", + "setuptools (>=80.10.2,<80.11.0)", "cachetools (>=5.5.0,<5.6.0)", "prometheus-client (>=0.22.1,<0.23.0)", "opentelemetry-api (>=1.35.0,<1.36.0)",