From 158c34b0f950aa9a8ef5ba88a4b5eb0cb4594d32 Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Wed, 7 Jan 2026 16:54:53 -0800 Subject: [PATCH 1/2] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29939935f..471dfcdf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [] From b770b2a419536a2add22a6710ba6603490828d45 Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Wed, 7 Jan 2026 16:56:56 -0800 Subject: [PATCH 2/2] Changelog --- changelog/3371.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3371.changed.md diff --git a/changelog/3371.changed.md b/changelog/3371.changed.md new file mode 100644 index 000000000..eb96711fb --- /dev/null +++ b/changelog/3371.changed.md @@ -0,0 +1 @@ +- Updated `SpeechmaticsSTTService` dependency to `speechmatics-voice[smart]>=0.2.6`