From d92a5881fb5bb99658cd489278096268dbed5149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:34:54 +0000 Subject: [PATCH] pip(deps): update anthropic requirement from >=0.104.1 to >=0.116.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.104.1...v0.116.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.116.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 21089ff..2f94f1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -anthropic>=0.104.1 +anthropic>=0.116.0 azure-identity>=1.19.0 python-dotenv>=1.2.2