0.34.0
What's Changed
Features
- Add missing
contextparameter for LeMUR task by @ploeber in #91 - Add parameter to select audio input device when streaming from microphone by @mjshiggins in #82
Improvements
- Fix mypy typing errors by @ploeber in #91:
- Add correct types in
types.py,api.py, andlemur.py - Correct usage of
httpx.codes.OKinstead ofhttpx.codes.ok - Remove
contextproperty fromLemurSourcesinceself._contextdoes not exist
- Add correct types in
- Remove
httpx_mock.reset(False)in the unit tests (the interface changed and is no longer supported in Python >= 3.9) - Add GitHub Action
lint.ymlwith ruff formating and mypy checks by @ploeber in #85
New Contributors
- @mjshiggins made their first contribution in #82
Full Changelog: 0.33.0...0.34.0