From 84eb013de2b85c71a3a444908065d488e49f4405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:34:30 +0000 Subject: [PATCH] [bench] deps: Update anthropic requirement from >=0.84 to >=0.120.0 Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.84.0...v0.120.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.120.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0289e7..38ecf5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -anthropic>=0.84 +anthropic>=0.120.0 # openai is a soft dependency: install it only if you set # BENCH_PROVIDER=openrouter (see utils/api.py).