From dfc264bbeaa57f8c5786fdebd8acc446c8657f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 08:56:16 +0000 Subject: [PATCH] chore(deps): update anthropic requirement in /driver/src 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.103.1) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.102.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- driver/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/src/requirements.txt b/driver/src/requirements.txt index c582741..d5f1eaa 100644 --- a/driver/src/requirements.txt +++ b/driver/src/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.136.1,<1.0 uvicorn[standard]>=0.47.0,<1.0 -anthropic>=0.40,<1.0 +anthropic>=0.103.1,<1.0 httpx>=0.28.1,<1.0 pillow>=12.2.0,<13.0 pydantic>=2.7,<3.0