0.35.0
What's Changed
Features
- Add Multichannel transcription support:
- Add
multichannelconfig field - Add
multichannelresponse field - Add
channelfield to all responses withspeakerfield - Add
audio_channelsresponse field - Add unit tests
- Add
- Use pydantic v2
- Pydantic v1 is still supported, but the minimum required version is bumped to
pydantic>=1.10.17
- Pydantic v1 is still supported, but the minimum required version is bumped to
Fix
- Fix
custom_spellingbug where thecustom_spellingproperty access incorrectly threw an error. - Don't bundle tests on publish by @EmersonDove in #94
New Contributors
- @EmersonDove made their first contribution in #94
Full Changelog: 0.34.0...0.35.0