From 08d03e25239c778647ccbbc0a1e93eb723456ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:35:17 +0000 Subject: [PATCH] Update anthropic requirement from <0.79 to <0.86 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.85.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.85.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..32ed5ae 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.86", "claudette<0.4", "openai<3", ]