From ed54b28b9b4c2f347e560342dd4ab6adf3645225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:51:31 +0000 Subject: [PATCH] Update anthropic requirement from >=0.84.0 to >=0.97.0 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.84.0...v0.97.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.97.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3cf5e8..3c5a623 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anthropic>=0.84.0 +anthropic>=0.97.0 Flask>=3.1.0 gunicorn>=23.0.0 python-dotenv>=1.0.0