From 99af323cb1f2ba11fb5b2729e65d4468245abacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:48:56 +0000 Subject: [PATCH] build(deps): update anthropic requirement from >=0.117.0 to >=0.120.2 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.117.0...v0.120.2) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.120.2 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 d0618e0..953650c 100644 --- a/eval/requirements-eval.txt +++ b/eval/requirements-eval.txt @@ -17,7 +17,7 @@ requests>=2.34.2 # LLM-судья опционально может ходить в Anthropic API (ANTHROPIC_API_KEY). # НЕ обязателен: по умолчанию судья работает на локальной Ollama. -anthropic>=0.117.0 +anthropic>=0.120.2 # Локальный офлайн-детектор AI-текста на transformers (eval/detectors/ru_roberta.py). # Самые тяжёлые зависимости — ставь только под локальный прогон с GPU/CPU-инференсом.