From c763abc4ae3bb67538d79fc4d234a24b27ef8e46 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 31 Mar 2026 23:21:50 -0400 Subject: [PATCH] Add deprecation version to update_options in GoogleSTTService --- src/pipecat/services/google/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/google/stt.py b/src/pipecat/services/google/stt.py index 173b201fe..9bf2685b7 100644 --- a/src/pipecat/services/google/stt.py +++ b/src/pipecat/services/google/stt.py @@ -755,7 +755,7 @@ class GoogleSTTService(STTService): ) -> None: """Update service options dynamically. - .. deprecated:: + .. deprecated:: 0.0.104 Use ``STTUpdateSettingsFrame`` with ``GoogleSTTService.Settings(...)`` instead.