From aa671151343e64d8b9676d39f7eb45dcb9f46252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:23:36 +0000 Subject: [PATCH] build(deps): bump anthropic from 0.121.0 to 0.122.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.121.0 to 0.122.0. - [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.121.0...v0.122.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.122.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed296c0fbff..84d898bd209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "xinference-client==3.1.0", # Model providers & cloud SDKs - "anthropic==0.121.0", + "anthropic==0.122.0", "boto3==1.43.70", "cohere==7.0.8", "dashscope==1.26.7",