From 2df33ca2bb5a092db828fd60837a978e88d792f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:04:55 +0000 Subject: [PATCH] fix(deps): update dependency anthropic to ~=0.107.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da291df..5e5d96e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "beautifulsoup4~=4.14.0", "rich~=15.0.0", "zai-sdk~=0.2.1", - "anthropic~=0.65.0", + "anthropic~=0.107.1", "dashscope~=1.25.0", "logfire[fastapi,system-metrics]~=4.35.0", ]