From 2ab87ab14d8b953838cd15d06acbd4e9bc41c247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:26:08 +0000 Subject: [PATCH] chore(deps): Update anthropic requirement from >=0.18.0 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.18.0...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 a8b211fa..e7d731a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Runtime dependencies (production install). # Dev/test-only tools live in requirements.dev.txt. -anthropic>=0.18.0 +anthropic>=0.116.0 openai>=1.0.0 python-dotenv>=1.0.0 rich>=13.0.0