From f4cc21c25a17bb144d25bb1cf1257add83aaa8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:46:46 +0000 Subject: [PATCH] chore(deps)(deps): update anthropic requirement 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.40.0...v0.97.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.97.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df6544b..50035e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ python = "^3.12" # in the venv. Typer <0.15 + Click >=8.3 is a broken pairing (Click 8.3 # dropped the positional `ctx` arg from Parameter.make_metavar which # Typer 0.12 still assumed) — pin typer >=0.15 to pick up the fix. -anthropic = ">=0.40.0" +anthropic = ">=0.97.0" typer = {extras = ["all"], version = ">=0.15.0"} rich = ">=13.7.0" # GCP is the default active-mode provider. Optional in practice — advisor