From 83608ec43bc63cab0ea5ac2b2dc1518a1f9326ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:48:30 +0000 Subject: [PATCH] chore(deps): Update redis requirement 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...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.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 950483b..c084597 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ scipy>=1.11.0,<2.0.0 # Data analysis # Performance Monitoring prometheus-client>=0.19.0,<1.0.0 psutil>=5.9.0,<6.0.0 -redis>=5.0.0,<6.0.0 +redis>=5.0.0,<8.0.0 # Audio Processing (Speech-to-Text, Text-to-Speech) # OpenAI Whisper (已包含在 openai>=1.50.0)