From 84f4101e13a11cf55781f075218c5b127596ca45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:03:05 +0000 Subject: [PATCH] chore(deps): update anthropic requirement from >=0.18.0 to >=0.94.0 Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. - [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.18.0...v0.94.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.94.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74c5b4c2..ca62cce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic-ai>=0.0.14", "sqlalchemy>=2.0.0", "sqlglot>=20.0.0", - "anthropic>=0.18.0", + "anthropic>=0.94.0", "structlog>=24.1.0", "opentelemetry-api>=1.22.0", "opentelemetry-sdk>=1.22.0",