From a3ee2062cdf0096354914093067d32fde967fdad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:03:55 +0000 Subject: [PATCH] chore(deps): update anthropic requirement from >=0.112.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.112.0...v0.116.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.116.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/requirements.txt b/agent/requirements.txt index 74f1e6dc..f23e5937 100644 --- a/agent/requirements.txt +++ b/agent/requirements.txt @@ -1,4 +1,4 @@ -anthropic>=0.112.0 +anthropic>=0.116.0 xrpl-py>=5.0.0 requests>=2.34.2 APScheduler>=3.11.3 diff --git a/requirements.txt b/requirements.txt index 04d0f40a..411eeed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-dotenv>=1.2.2 openai>=2.41.1 neo4j>=6.2.0 xrpl-py>=5.0.0 -anthropic>=0.112.0 +anthropic>=0.116.0 cryptography>=49.0.0 PyJWT>=2.10.1 stripe>=15.3.0