From f1cc4a05f789d4198f3f3d07cc70c0d4007f9d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:40:47 +0000 Subject: [PATCH] chore(deps): update anthropic requirement in /mira-bots/telegram 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.97.0...v0.111.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.109.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mira-bots/telegram/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mira-bots/telegram/requirements.txt b/mira-bots/telegram/requirements.txt index a9ef452bc..b18cf762e 100644 --- a/mira-bots/telegram/requirements.txt +++ b/mira-bots/telegram/requirements.txt @@ -2,7 +2,7 @@ python-telegram-bot==21.* httpx==0.28.* Pillow>=12.2.0 pytesseract>=0.3.13 -anthropic>=0.97.0 +anthropic>=0.111.0 PyYAML==6.0.3 langfuse>=2.50.0,<3.0.0 sqlalchemy>=2.0.50