From 92f2bcfd70294f9eb66645b2eae474387287d642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:52:58 +0000 Subject: [PATCH] chore(deps): Update dependency anthropic to >=0.120.0 --- dev-llm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-llm/pyproject.toml b/dev-llm/pyproject.toml index ce1876fbd..2f0402d6e 100644 --- a/dev-llm/pyproject.toml +++ b/dev-llm/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ [project.optional-dependencies] dev = ["pytest>=9.1.1", "ruff>=0.15.18", "mypy>=2.1.0"] cloud = [ - "anthropic>=0.111.0", + "anthropic>=0.120.0", "openai>=2.43.0", ]