diff options
| author | 2026-04-28 10:45:41 +0200 | |
|---|---|---|
| committer | 2026-04-28 10:45:41 +0200 | |
| commit | b8d5952b83e7601c5df646efd976879f0dbd30c2 (patch) | |
| tree | 6366e383f6fc484e96a7e618015374561452d841 /pyproject.toml | |
| parent | d93199684f159d59ef62e4c90d16516f6fd9526e (diff) | |
| download | server-b8d5952b83e7601c5df646efd976879f0dbd30c2.tar.gz server-b8d5952b83e7601c5df646efd976879f0dbd30c2.tar.bz2 server-b8d5952b83e7601c5df646efd976879f0dbd30c2.zip | |
Fixed issue with the redis proxy queue not working due to enqueing on the wrong queuev2.2.1
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 5 | dependencies = [ | 5 | dependencies = [ |
| 6 | "starlette~=1.0.0", | 6 | "starlette~=1.0.0", |
| 7 | "uvicorn[standard]~=0.44.0", | 7 | "uvicorn[standard]~=0.44.0", |
| 8 | "redis~=7.4.0", | 8 | "redis[hiredis]~=7.4.0", |
| 9 | ] | 9 | ] |
