From b893432184e3e903da3fabe31a92bf0998a957f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 06:46:25 +0000 Subject: [PATCH] Bump anthropic from 0.7.4 to 0.13.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.7.4 to 0.13.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.7.4...v0.13.0) --- updated-dependencies: - dependency-name: anthropic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fa1c49..9e9dfd2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'tenacity>=8.0.1', 'tiktoken>=0.3.3', 'python-dotenv==1.0.0', - 'anthropic==0.7.4', + 'anthropic==0.13.0', 'faiss-cpu==1.7.4', 'databricks-vectorsearch>=0.16', 'InstructorEmbedding==1.0.1',