From b49929694ccc74ff22d990a605aa95012a6bba96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:54:57 +0000 Subject: [PATCH] chore(deps): Bump anthropic from 0.116.0 to 0.117.0 in the ai group Bumps the ai group with 1 update: [anthropic](https://github.com/anthropics/anthropic-sdk-python). Updates `anthropic` from 0.116.0 to 0.117.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.116.0...v0.117.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.117.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad35244..06c77ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license-files = ["LICENSE"] requires-python = ">=3.7" dependencies = [ "openai==2.45.0", - "anthropic==0.116.0", + "anthropic==0.117.0", "httpx==0.28.1" ] diff --git a/requirements.txt b/requirements.txt index c6091ec..4a376f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ openai==2.45.0 -anthropic==0.116.0 +anthropic==0.117.0 httpx==0.28.1 \ No newline at end of file