From 5082f5f79397d8a7940e104c3ac81ce25a9fe195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:03:58 +0000 Subject: [PATCH] chore(deps)(deps): update redis requirement in /backend 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.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 63eb278..b902f2b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ pydantic-settings>=2.14.1 asyncpg>=0.31.0 aiosqlite>=0.22.1 # arq 0.28 仍锁 redis<6 且已进入 maintenance-only,这里必须加上限以避免 pip 飘到 redis 7.x 引发冲突 -redis[hiredis]>=5.0.0,<6.0.0 +redis[hiredis]>=8.0.1,<9.0.0 websockets>=16.0 python-dotenv>=1.2.1 agentscope>=2.0.2