From cacea2f2d17e79984a47bf901caf27732e05cf3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:11:21 +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 3d936cb..f01b105 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)",