From 266f404f428bd99d8648c0c833ac48857a087bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:26:43 +0000 Subject: [PATCH] Bump anthropic from 0.7.4 to 0.8.1 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.7.4 to 0.8.1. - [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.8.1) --- 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..9722da3 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.8.1', 'faiss-cpu==1.7.4', 'databricks-vectorsearch>=0.16', 'InstructorEmbedding==1.0.1',