From 7c223a86c20c9901470379c5dde62f87590a40b9 Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Thu, 31 Jul 2025 22:25:46 +0100 Subject: [PATCH] Fix to missing deprecated attribute `enable_speaker_diarization`. --- src/pipecat/services/speechmatics/stt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipecat/services/speechmatics/stt.py b/src/pipecat/services/speechmatics/stt.py index 303c214bb..d6c947d38 100644 --- a/src/pipecat/services/speechmatics/stt.py +++ b/src/pipecat/services/speechmatics/stt.py @@ -1116,6 +1116,7 @@ def _check_deprecated_args(kwargs: dict, params: SpeechmaticsSTTService.InputPar ("chunk_size", "chunk_size"), ("audio_encoding", "audio_encoding"), ("end_of_utterance_silence_trigger", "end_of_utterance_silence_trigger"), + {"enable_speaker_diarization", "enable_diarization"}, ("text_format", "speaker_active_format"), ("max_speakers", "max_speakers"), ("transcription_config", None),