From 533a4a1a33212ea7aa6fc509bb2fb16769b31cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:30:00 +0000 Subject: [PATCH] Bump anthropic from 0.7.4 to 0.9.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.7.4 to 0.9.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.9.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..79d1e2d 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.9.0', 'faiss-cpu==1.7.4', 'databricks-vectorsearch>=0.16', 'InstructorEmbedding==1.0.1',