From e39650a4058a68781824682d587578d858b2611e Mon Sep 17 00:00:00 2001 From: Apple Date: Thu, 5 Mar 2026 11:33:32 -0800 Subject: [PATCH] fix(gateway): add asyncpg and nats-py runtime deps --- gateway-bot/Dockerfile | 3 ++- gateway-bot/requirements.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gateway-bot/Dockerfile b/gateway-bot/Dockerfile index 17746246..c4ad6a44 100644 --- a/gateway-bot/Dockerfile +++ b/gateway-bot/Dockerfile @@ -28,7 +28,8 @@ RUN pip install --no-cache-dir \ pandas \ openpyxl \ python-docx \ - redis==5.0.1 + redis==5.0.1 \ + asyncpg>=0.29.0 # Copy gateway code and DAARWIZZ prompt COPY . . diff --git a/gateway-bot/requirements.txt b/gateway-bot/requirements.txt index a45297af..6bfba1d2 100644 --- a/gateway-bot/requirements.txt +++ b/gateway-bot/requirements.txt @@ -1,5 +1,7 @@ PyYAML>=6.0 prometheus-client>=0.20.0 PyPDF2>=3.0.0 +nats-py>=2.6.0 +asyncpg>=0.29.0 crewai