summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2026-04-28 10:45:41 +0200
committerGravatar Tom van der Lee <tom@vanderlee.io>2026-04-28 10:45:41 +0200
commitb8d5952b83e7601c5df646efd976879f0dbd30c2 (patch)
tree6366e383f6fc484e96a7e618015374561452d841 /pyproject.toml
parentd93199684f159d59ef62e4c90d16516f6fd9526e (diff)
downloadserver-2.2.1.tar.gz
server-2.2.1.tar.bz2
server-2.2.1.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.toml2
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"
5dependencies = [ 5dependencies = [
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]