Merge pull request #2490 from pipecat-ai/aleix/speechmatics-exceptions

Speechmatics exception handling
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-21 19:48:43 -07:00
committed by GitHub
3 changed files with 35 additions and 22 deletions

View File

@@ -60,6 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Added `SpeechmaticsSTTService` exception handling on connection and sending.
- Replaced `asyncio.wait_for()` for `wait_for2.wait_for()` for Python <
3.12. because of issues regarding task cancellation (i.e. cancellation is
never propagated).