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 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-02-23 16:10:50 -08:00
parent 3cb9ebd407
commit 9cdc4933dc
1 changed files with 1 additions and 0 deletions

View File

@ -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