From 572a4a562f7c0b1982de3df2b651157d7901cee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 01:24:11 +0000 Subject: [PATCH] chore(deps): update anthropic requirement from >=0.120.2 to >=1.0.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.120.2...v1.0.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.0.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 bed1290..31f3a01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -anthropic>=0.120.2 +anthropic>=1.0.0 pytest>=9.1.1 pathspec>=1.1.1