From 105e85c06b0cba614c7781ba92f98e0a7772f5c9 Mon Sep 17 00:00:00 2001 From: David Perl Date: Mon, 27 Jul 2026 15:19:50 +0200 Subject: [PATCH 1/2] fix: unpin uvicorn --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e31a02e5..aa0d269c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "redis==6.2.0", "python-redis-lock==4.0.0", "fastapi==0.115.13", - "uvicorn==0.34.2", + "uvicorn", "aaredb==0.1.2a5", "python_multipart==0.0.20", "websocket-client==1.8.0", -- 2.54.0 From d3a84c9fb832ae592477dcaf7f39b2415badf9a8 Mon Sep 17 00:00:00 2001 From: David Perl Date: Mon, 27 Jul 2026 15:36:47 +0200 Subject: [PATCH 2/2] fix: update aaredb tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa0d269c..762fd20f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-redis-lock==4.0.0", "fastapi==0.115.13", "uvicorn", - "aaredb==0.1.2a5", + "aaredb>=0.2", "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient==0.0.27", #Was sseclient-py==1.8.0 but this was broken??? -- 2.54.0