From 1e553c568ec9eded338859bef03ff969f98e4245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:44:34 +0000 Subject: [PATCH] chore: update anthropic requirement from >=0.40.0 to >=0.97.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.97.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.97.0 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 8b0953b..2f7cc92 100644 --- a/evals/requirements.txt +++ b/evals/requirements.txt @@ -1,2 +1,2 @@ -anthropic>=0.40.0 +anthropic>=0.97.0 pyyaml>=6.0