Merge pull request #3371 from speechmatics/fix/voice-version-bump

This commit is contained in:
Mark Backman
2026-01-08 07:21:43 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Updated `SpeechmaticsSTTService` dependency to `speechmatics-voice[smart]>=0.2.6`

View File

@@ -105,7 +105,7 @@ silero = [ "onnxruntime>=1.20.1,<2" ]
simli = [ "simli-ai~=1.0.3"]
soniox = [ "pipecat-ai[websockets-base]" ]
soundfile = [ "soundfile~=0.13.1" ]
speechmatics = [ "speechmatics-voice[smart]>=0.2.4" ]
speechmatics = [ "speechmatics-voice[smart]>=0.2.6" ]
strands = [ "strands-agents>=1.9.1,<2" ]
tavus=[]
together = []