From dc3412b2df4bdd34d2863051067db74a46aa070a Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 4 Sep 2025 09:54:55 -0400 Subject: [PATCH] Bump a deprecation to 0.0.84, as 0.0.83 just shipped --- src/pipecat/services/anthropic/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/anthropic/llm.py b/src/pipecat/services/anthropic/llm.py index 39d66d5fe..4620aad0e 100644 --- a/src/pipecat/services/anthropic/llm.py +++ b/src/pipecat/services/anthropic/llm.py @@ -118,7 +118,7 @@ class AnthropicLLMService(LLMService): enable_prompt_caching: Whether to enable the prompt caching feature. enable_prompt_caching_beta (deprecated): Whether to enable the beta prompt caching feature. - .. deprecated:: 0.0.83 + .. deprecated:: 0.0.84 Use the `enable_prompt_caching` parameter instead. max_tokens: Maximum tokens to generate. Must be at least 1.