From 4c4860f2503028762a5b12f8b732d44c883894e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:13:52 +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 94ab2cf..1968a77 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.32.3,<2.33.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)",