From 30d8aa27a156a5afee31d9bb19aff6f23ea62b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:55:08 +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.39.0...v1.0.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4847a2..fe71d95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pyright>=1.1.405", "ruff>=0.9.7,<1.0.0", "types-requests>=2.31.0,<3.0.0", - "anthropic[bedrock]>=0.39.0,<1.0.0", + "anthropic[bedrock]>=1.0.0,<2.0.0", "openai==2.30.0", "boto3>=1.34.97,<2.0.0", "google-cloud-aiplatform>=1.133.0,<2.0.0",