From 43ef5ee2e7bf1562d9e8ccb9b25edd84b9f3a364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:24:14 +0000 Subject: [PATCH] Update anthropic requirement from >=0.42.0 to >=0.120.0 in /backend 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.42.0...v0.120.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.120.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ad9ffa0..5c154a6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.115.6 uvicorn==0.34.0 -anthropic>=0.42.0 +anthropic>=0.120.0 python-dotenv>=1.0.0 python-multipart>=0.0.9 # Browser verification (Task 06.2B/C) drives a headless Chromium via Playwright.