From 87542bd5fbe36636a4441c0485b9dd0be99dec7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 11:22:55 +0000 Subject: [PATCH] chore(deps-dev): update anthropic requirement 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.34.0...v0.100.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.100.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 718c951..deb6860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ [project.optional-dependencies] gemini = ["google-genai>=1.0.0,<2.0"] openai = ["openai>=1.0.0,<3.0"] -anthropic = ["anthropic>=0.34,<1.0"] +anthropic = ["anthropic>=0.100.0,<1.0"] groq = ["groq>=0.9,<1.0"] dev = [