From 60a4cf35223635397a578cefbf5b5209ac94606a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 07:55:24 +0000 Subject: [PATCH] chore(deps): bump anthropic from 0.86.0 to 0.88.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.86.0 to 0.88.0. - [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.86.0...v0.88.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.88.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51f4227..74235e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" license = { text = "Apache 2.0" } dependencies = [ - "anthropic==0.86.0", + "anthropic==0.88.0", "beautifulsoup4==4.14.3", "boto3==1.42.74", "fastapi==0.135.2",