From 195146adb2e612cbe86ca3c929b522eb5bc875eb Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Mon, 25 Aug 2025 10:11:02 -0400 Subject: [PATCH] Bump deprecation warning version, as this commit is not expected to ship until version 0.0.82. --- src/pipecat/services/google/llm_openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/google/llm_openai.py b/src/pipecat/services/google/llm_openai.py index 85560b306..2c64f050f 100644 --- a/src/pipecat/services/google/llm_openai.py +++ b/src/pipecat/services/google/llm_openai.py @@ -39,7 +39,7 @@ class GoogleLLMOpenAIBetaService(OpenAILLMService): Note: This service includes a workaround for a Google API bug where function call indices may be incorrectly set to None, resulting in empty function names. - .. deprecated:: 0.0.81 + .. deprecated:: 0.0.82 GoogleLLMOpenAIBetaService is deprecated and will be removed in a future version. Use GoogleLLMService instead for better integration with Google's native API.