From 162c77b64eb36a1511469677e75baf7a99fcda4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:13:22 +0000 Subject: [PATCH] Update anthropic requirement from >=0.40 to >=0.94.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.40.0...v0.94.1) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.94.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c445a88..f4fefe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "reportlab>=4.0", "python-dotenv>=1.0", "google-generativeai>=0.8", - "anthropic>=0.40", + "anthropic>=0.94.1", "websockets>=13.0", "rich>=13.0", "loguru>=0.7",