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
- (in the
ultravox_client
directory) Runpoetry publish --build -u __token__ -p <your_pypi_token>