What's Changed
Features
* Add missing `context` parameter for LeMUR task by ploeber in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/91
* Add parameter to select audio input device when streaming from microphone by mjshiggins in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/82
Improvements
* Fix mypy typing errors by ploeber in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/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 https://github.com/AssemblyAI/assemblyai-python-sdk/pull/85
New Contributors
* mjshiggins made their first contribution in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/82
**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.33.0...0.34.0