From 09dad1e5b376d534113aee21942642bb382adf2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:59:58 +0000 Subject: [PATCH] Update anthropic requirement from >=0.40.0 to >=0.105.2 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.40.0...v0.105.2) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.105.2 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 fa9ecd6..f4fd059 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -anthropic>=0.40.0 +anthropic>=0.105.2 asgiref==3.11.1 requests>=2.32.0 Django==6.0.5