From 0cab0823bc59d1f6e6dbecfe7d1097f8f422b75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 06:57:42 +0000 Subject: [PATCH] Bump anthropic from 0.7.4 to 0.7.7 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.7.4 to 0.7.7. - [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.7.7) --- updated-dependencies: - dependency-name: anthropic dependency-type: direct:production update-type: version-update:semver-patch ... 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..21ddb51 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.7.7', 'faiss-cpu==1.7.4', 'databricks-vectorsearch>=0.16', 'InstructorEmbedding==1.0.1',