From c7b45c3f7e6b32e673bdf3cc3c08c0ecb0da7a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:13:57 +0000 Subject: [PATCH] Update anthropic requirement from >=0.111.0 to >=0.115.1 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.111.0...v0.115.1) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.115.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eval/requirements-eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval/requirements-eval.txt b/eval/requirements-eval.txt index e763b86..74093f0 100644 --- a/eval/requirements-eval.txt +++ b/eval/requirements-eval.txt @@ -17,7 +17,7 @@ requests>=2.34.2 # The LLM judge can optionally call the Anthropic API (ANTHROPIC_API_KEY). NOT # required: by default the judge runs on local Ollama. -anthropic>=0.111.0 +anthropic>=0.115.1 # Local offline AI-text detector on transformers (eval/detectors/it_transformer.py). # Point IT_DETECTOR_MODEL at an Italian classifier (DeSegMa-IT / UmBERTo). These