From d48c18b0c9dea07f29d34832b6a04ea01693e8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:54:01 +0000 Subject: [PATCH] chore(deps): update anthropic requirement 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.102.0...v1.2.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28550d9..4a93435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.2.0" requires-python = ">=3.11" dependencies = [ "pydantic>=2.13.4", - "anthropic>=0.102.0,<1", + "anthropic>=1.2.0,<2", "click>=8.3.3", "rich>=15.0.0", "pytest>=9.1.1",