From f330958c22d92d4bfffcc52031e008cedcfc67c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:16:10 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency setuptools to v82 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d936cb..fdd2708 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 (>=82.0.1,<82.1.0)", "cachetools (>=5.5.0,<5.6.0)", "prometheus-client (>=0.22.1,<0.23.0)", "opentelemetry-api (>=1.35.0,<1.36.0)",