From 1ba62e457f95fcbcc3a32ec2ab20c33541b74a6c Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Mon, 19 May 2025 18:49:49 +0800 Subject: [PATCH] redis[hiredis]~=6.1.0 --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 18fe5db1a6..26a0bdb11e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "python-dotenv==1.0.1", "pyyaml~=6.0.1", "readabilipy~=0.3.0", - "redis[hiredis]~=6.0.0", + "redis[hiredis]~=6.1.0", "resend~=2.9.0", "sentry-sdk[flask]~=2.28.0", "sqlalchemy~=2.0.29",