From 3d1c43c020ebcb334d4b3ffb0fb4accf43f1dd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:08:00 +0000 Subject: [PATCH] build(deps): update anthropic requirement from 0.49.0 to 0.50.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.49.0...v0.50.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.50.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 c608d1bc4..a158c1fda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ zhipuai = "2.1.5.20250421" boto3 = "1.37.36" tencentcloud-sdk-python = "3.0.1362" xinference-client = "1.5.0" -anthropic = "0.49.0" +anthropic = "0.50.0" dashscope = "1.23.1" pylint = "3.3.6" pydub = "0.25.1"