From ea4baa2bd84645f8b9f6304d8d31fdfd02c1ae43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:35:06 +0000 Subject: [PATCH] Update anthropic requirement from <0.79 to <0.85 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.2.1...v0.84.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.84.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4fed33..5cd04d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ optional-dependencies.develop = [ "validate-pyproject<1", ] optional-dependencies.llm = [ - "anthropic<0.79", + "anthropic<0.85", "claudette<0.4", "openai<3", ]