- Renamed `extra_headers` to `additional_headers` in `websockets.connect()` to support WebSockets version 14.0, as per [documentation](https://websockets.readthedocs.io/en/stable/howto/upgrade.html#arguments-of-connect) - Updated `speechmatics-python` to require `Python >= 3.9`, aligning with WebSockets 14.0
2.0.3
speechmatics-python `2.0.3` is the last version supporting `Python 3.8`
Fixed
- Unexpected `keyword argument 'extra_headers'` error in `websockets.connect()` by updating requirements to allow versions of websockets from 10.0 up to and including 13.1
2.0.2
Added
- Added internal, Speechmatics only client message: GetSpeakers, and server message: SpeakersResult - Added internal, Speechmatics only client method: send_message
2.0.1
Changed
- Refactor mutable default parameters in run function