From c34951e7f7e004f3a6832ffbbeab250c8bff4588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:05:39 +0000 Subject: [PATCH] chore(deps):(deps): 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.20.0...v0.117.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.117.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index f1df387..b097242 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -8,7 +8,7 @@ pydantic>=2.0,<3.0 # LLM Providers -anthropic>=0.20.0,<1.0 +anthropic>=0.117.0,<1.0 openai>=1.0.0,<2.0 google-generativeai>=0.3.0,<1.0 groq>=0.5.0,<1.0