From b8d5952b83e7601c5df646efd976879f0dbd30c2 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 28 Apr 2026 10:45:41 +0200 Subject: Fixed issue with the redis proxy queue not working due to enqueing on the wrong queue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 28f6fed..a3c3c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,5 +5,5 @@ requires-python = ">=3.14" dependencies = [ "starlette~=1.0.0", "uvicorn[standard]~=0.44.0", - "redis~=7.4.0", + "redis[hiredis]~=7.4.0", ] -- cgit v1.2.3