From 657c8996d219b0a71d2e22a684d96baf7fdda63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:19:43 +0000 Subject: [PATCH] Update anthropic requirement from ^0.49.0 to ^0.101.0 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.49.0...v0.101.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.101.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 d5a093f..98d80bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Pillow = "^11.0.0" google-generativeai = "^0.8.1" IPython = "^8.0.0" unittest-xml-reporting = "^3.2.0" -anthropic = "^0.49.0" +anthropic = "^0.101.0" [tool.poetry.scripts] geppetto = "geppetto.main:main"