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