From ad55dbb13a224ba2b325a2978736db813055f523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:27:49 +0000 Subject: [PATCH] chore(deps): bump anthropic from 0.40.0 to 0.100.0 in /deal-flow-agent Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.40.0 to 0.100.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.40.0...v0.100.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.100.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deal-flow-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal-flow-agent/requirements.txt b/deal-flow-agent/requirements.txt index 5dba5df2..921c9d2c 100644 --- a/deal-flow-agent/requirements.txt +++ b/deal-flow-agent/requirements.txt @@ -6,7 +6,7 @@ sqlalchemy==2.0.36 asyncpg==0.30.0 pgvector==0.3.6 alembic==1.14.0 -anthropic==0.40.0 +anthropic==0.100.0 openai==1.57.2 httpx==0.28.1 python-dotenv==1.2.2