From 6cf107298656e0a2135ff16de480bfcc0bbffddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:46:10 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=5.0 to >=8.1.0 in /apps/api Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.0...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 6c53d76..f2e9279 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -19,7 +19,7 @@ langserve>=0.3.0 pgvector>=0.3.0 psycopg[binary,pool]>=3.1 faiss-cpu>=1.8 -redis>=5.0 +redis>=8.1.0 # Tools tavily-python>=0.5