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:
parent
3cb9ebd407
commit
9cdc4933dc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue