From 7c17d9c627c09bfae45af8589d6c73b81740a8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:17:39 +0000 Subject: [PATCH] chore(deps): update tavily-python requirement from >=0.7.23 to >=0.7.26 Updates the requirements on [tavily-python](https://github.com/tavily-ai/tavily-python) to permit the latest version. - [Commits](https://github.com/tavily-ai/tavily-python/commits) --- updated-dependencies: - dependency-name: tavily-python dependency-version: 0.7.26 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 b4fb299..6ef69ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ fastmcp>=0.2.0 docker>=7.1.0 # Web search via Tavily (optional) -tavily-python>=0.7.23 +tavily-python>=0.7.26 # Database (PostgreSQL async + SQLite) asyncpg>=0.29.0