Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 22:28
· 579 commits to main since this release

A base pip install voicegateway is importable again.

Fixed

  • pip install voicegateway is importable. SQLAlchemy and SQLModel are pulled in at import time by voicegateway.models, and the embedded storage that voicegateway.attach() writes through needs Alembic, but all three lived only in the server extra. They are now core dependencies, so a base install (the agent SDK use case) no longer fails with ModuleNotFoundError: No module named 'sqlalchemy'.
  • The server extra installs python-multipart. FastAPI's dashboard logo upload (an UploadFile route) needs it; it was missing, so voicegw serve warned 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