From 9cdc4933dc0e7652fe164266b85436b80f1053e4 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 23 Feb 2026 16:10:50 -0800 Subject: [PATCH] fix: add python-multipart dependency for voice-service Required by FastAPI for form/file upload parsing. Missing dependency may cause import errors and container restart loops. Co-Authored-By: Claude Opus 4.6 --- packages/services/voice-service/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/services/voice-service/requirements.txt b/packages/services/voice-service/requirements.txt index e0a7b34..4a2c85e 100644 --- a/packages/services/voice-service/requirements.txt +++ b/packages/services/voice-service/requirements.txt @@ -11,5 +11,6 @@ websockets==12.0 pydantic==2.6.0 pydantic-settings==2.2.0 python-dotenv==1.0.0 +python-multipart==0.0.9 httpx==0.27.0 numpy==1.26.4