From c2031b07292b1624b7b287341126e517ce873775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:35:08 +0000 Subject: [PATCH] chore(deps): update anthropic requirement from >=0.18.0 to >=0.116.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.18.0...v0.116.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.116.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 884fa66e..c0c5e7a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ python-telegram-bot>=21.0 huggingface_hub[hf_xet]>=0.20.0 tqdm>=4.65.0 # Progress bars for downloads openai>=1.12.0 -anthropic>=0.18.0 +anthropic>=0.116.0 google-genai>=1.0.0 # new unified SDK; google-generativeai is EOL # Browser Automation (optional — run `playwright install --with-deps chromium` after pip install)