From ff67538f7c2491453d8b7c9e291d85ed600f7f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:49:41 +0000 Subject: [PATCH] chore(deps): update anthropic requirement in /claude/support-agent 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.28.0...v0.97.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.97.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- claude/support-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude/support-agent/requirements.txt b/claude/support-agent/requirements.txt index abf0a0e..b89264b 100644 --- a/claude/support-agent/requirements.txt +++ b/claude/support-agent/requirements.txt @@ -1,3 +1,3 @@ -anthropic>=0.28.0 +anthropic>=0.97.0 commune-mail>=0.3.0 python-dotenv>=1.0.0