From 2b5db9c562acf8992b576127fc6bbc07dfc65405 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 7 Aug 2025 11:11:00 -0400 Subject: [PATCH] Remove redundant deprecation warning in docstring --- src/pipecat/processors/aggregators/llm_response.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pipecat/processors/aggregators/llm_response.py b/src/pipecat/processors/aggregators/llm_response.py index 437db9639..2f70a1e03 100644 --- a/src/pipecat/processors/aggregators/llm_response.py +++ b/src/pipecat/processors/aggregators/llm_response.py @@ -1056,10 +1056,6 @@ class LLMAssistantResponseAggregator(LLMAssistantContextAggregator): ): """Initialize the assistant response aggregator. - .. deprecated:: 0.0.78 - This class is deprecated and will be removed in a future version. - Use `LLMAssistantContextAggregator` or another LLM-specific subclass instead. - Args: messages: Initial messages for the conversation context. params: Configuration parameters for aggregation behavior.