From f61f04345814890ca9ebfab0d9fcc32ef30ba3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:46:09 +0000 Subject: [PATCH] chore(deps): update anthropic requirement in /server 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.40.0...v0.94.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.94.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 27de72a8..43d850ec 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.12" dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.30.0", - "anthropic>=0.40.0", + "anthropic>=0.94.0", "openai>=1.50.0", "asyncpg>=0.30.0", "sqlalchemy[asyncio]>=2.0.0",