v0.8.2
A base pip install voicegateway is importable again.
Fixed
pip install voicegatewayis importable. SQLAlchemy and SQLModel are pulled in at import time byvoicegateway.models, and the embedded storage thatvoicegateway.attach()writes through needs Alembic, but all three lived only in theserverextra. They are now core dependencies, so a base install (the agent SDK use case) no longer fails withModuleNotFoundError: No module named 'sqlalchemy'.- The
serverextra installspython-multipart. FastAPI's dashboard logo upload (anUploadFileroute) needs it; it was missing, sovoicegw servewarned and the upload endpoint would have failed.
Install
pip install voicegateway==0.8.2
Full changelog: https://github.com/mahimailabs/voicegateway/blob/v0.8.2/CHANGELOG.md