From 0e575f4cd60db13463a33c9151bbf38be5147938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:34:33 +0000 Subject: [PATCH] chore(deps-dev): update anthropic requirement in /skill 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.116.0...v0.117.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.117.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- skill/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill/pyproject.toml b/skill/pyproject.toml index 952c5a8..46bc76f 100644 --- a/skill/pyproject.toml +++ b/skill/pyproject.toml @@ -15,7 +15,7 @@ test = [ ] # Eval harness — install separately: uv sync --extra eval eval = [ - "anthropic>=0.116.0", + "anthropic>=0.117.0", "deepeval>=4.1.1", "python-dotenv>=1.2.2", ]