Skip to content

0.34.0

Latest
Compare
Choose a tag to compare
@ploeber ploeber released this 02 Oct 16:38

What's Changed

Features

  • Add missing context parameter 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, and lemur.py
    • Correct usage of httpx.codes.OK instead of httpx.codes.ok
    • Remove context property from LemurSource since self._context does not exist
  • 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.yml with ruff formating and mypy checks by @ploeber in #85

New Contributors

Full Changelog: 0.33.0...0.34.0