From d8713090baefb9a9db125f213ad6231d678724b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 20:41:10 +0000 Subject: [PATCH] fix(deps): update dependency anthropic to ~=0.51.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c8c9c16..d615e416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "beautifulsoup4~=4.13.1", "rich~=14.0.0", "zhipuai~=2.1.5.20241203", - "anthropic~=0.50.0", + "anthropic~=0.51.0", "dashscope~=1.23.0", "logfire[fastapi,system-metrics,httpx]~=3.14.0", ]