From f13e006db2b18a58e56a7313bd7753af95a7b366 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 16 Oct 2025 14:52:10 -0400 Subject: [PATCH] Bump version in deprecation message in docstring --- src/pipecat/services/aws/nova_sonic/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/aws/nova_sonic/llm.py b/src/pipecat/services/aws/nova_sonic/llm.py index 2731c1b42..32d6d4975 100644 --- a/src/pipecat/services/aws/nova_sonic/llm.py +++ b/src/pipecat/services/aws/nova_sonic/llm.py @@ -213,7 +213,7 @@ class AWSNovaSonicLLMService(LLMService): tools: Available tools/functions for the model to use. send_transcription_frames: Whether to emit transcription frames. - .. deprecated:: 0.0.87 + .. deprecated:: 0.0.91 This parameter is deprecated and will be removed in a future version. Transcription frames are always sent.