From b2ffff8c5f2c0dc1ceb5dc7db5b85e6900c06e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:08:45 +0000 Subject: [PATCH] Update anthropic requirement from >=0.7.0 to >=0.117.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.7.0...v0.117.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.117.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- streamlit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit/requirements.txt b/streamlit/requirements.txt index d6c4df0..c69e427 100644 --- a/streamlit/requirements.txt +++ b/streamlit/requirements.txt @@ -1,4 +1,4 @@ streamlit>=1.59.2 pandas>=2.0.0 -anthropic>=0.7.0 +anthropic>=0.117.0 numpy>=1.24.0