From 646ffd5c659bec5dc393a4e019e13e71beac83f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:12:39 +0000 Subject: [PATCH] chore: update anthropic requirement 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.101.0...v0.105.2) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.105.2 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 51f12b6..cf0a3f0 100644 --- a/evals/requirements.txt +++ b/evals/requirements.txt @@ -1,2 +1,2 @@ -anthropic>=0.101.0 +anthropic>=0.105.2 pyyaml>=6.0.3