From 04b4b8ae909f2e6a89df3633d23492be8ccb6314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:22:56 +0000 Subject: [PATCH] chore: update anthropic requirement from >=0.40.0 to >=0.101.0 in /evals 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.40.0...v0.101.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.98.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- evals/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/requirements.txt b/evals/requirements.txt index 51126a5..51f12b6 100644 --- a/evals/requirements.txt +++ b/evals/requirements.txt @@ -1,2 +1,2 @@ -anthropic>=0.40.0 +anthropic>=0.101.0 pyyaml>=6.0.3