Python client SDK for Ultravox.
pip install ultravox-client- ultravox-client contains the client SDK code
- example contains a working example
This project uses uv to manage dependencies along with Just for shorthand commands.
- Bump version number in
ultravox_client/pyproject.toml(optionally usinguv version --bump major|minor|patch) - Open a PR and get your changes merged. (This also runs tests, so please only publish from main!)
- (in the
ultravox_clientdirectory) Runuv build && uv publish -u __token__ -p <your_pypi_token> - Please tag the new version in GitHub and create a release, preferably with a changelog.