From 9b08902103ac6d2c4eca25000b46f6807ed850e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:27:50 +0000 Subject: [PATCH] fix(deps): update tenacity requirement Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.0.0...9.1.4) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5755b4c4..793b520a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "mcp>=1.0.0,<2.0.0", "prometheus-client>=0.21.0,<1.0.0", "litellm>=1.0.0,<2.0.0", - "tenacity>=8.0.0,<9.0.0", + "tenacity>=8.0.0,<10.0.0", "PyYAML>=6.0,<7.0", ]