From 135d1fdb3817aaa458d453e2009bbe35b9cc958f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:14:01 +0000 Subject: [PATCH] chore(deps): bump anthropic from 0.43.1 to 0.44.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.43.1 to 0.44.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.43.1...v0.44.0) --- updated-dependencies: - dependency-name: anthropic 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 2f44eae..cf85093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "hugchat==0.4.17", "mistralai==1.0.2", "binaryornot==0.4.4", - "anthropic==0.43.1", + "anthropic==0.44.0", "cohere==5.13.11", ]