From e4d953ca642327fa2b143025ba6ae5a5aac5b2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:21:00 +0000 Subject: [PATCH] chore(deps): update anthropic requirement from ~=0.37.1 to ~=0.39.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.37.1...v0.39.0) --- updated-dependencies: - dependency-name: anthropic 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 6e518b6..0a4b328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "beautifulsoup4~=4.12.3", "rich~=13.9.0", "zhipuai~=2.1.0.20240521", - "anthropic~=0.37.1", + "anthropic~=0.39.0", "dashscope~=1.20.2", "logfire[fastapi,system-metrics,httpx]~=2.2.0", ]