Add support for websockets 15.0

This commit is contained in:
Mark Backman
2025-09-16 09:45:51 -04:00
parent dfe7815dc5
commit 6924850ec4
3 changed files with 24 additions and 20 deletions

View File

@@ -24,6 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `torch` and `torchaudio` are no longer required for running Smart Turn
locally. This avoids gigabytes of dependencies being installed.
### Changed
- Updated `websockets` dependency to support version 15.0. Removed deprecated
usage of `ConnectionClosed.code` and `ConnectionClosed.reason` attributes in
`AWSTranscribeSTTService` for compatibility.
### Deprecated
- `PipelineTask` events `on_pipeline_stopped`, `on_pipeline_ended` and