From 04e84440967a4f00789a7bfa833d6cc9534d1699 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 30 Mar 2026 20:49:39 -0400 Subject: [PATCH] Add changelog for #4208 --- changelog/4208.removed.10.md | 1 + changelog/4208.removed.11.md | 1 + changelog/4208.removed.2.md | 1 + changelog/4208.removed.3.md | 1 + changelog/4208.removed.4.md | 1 + changelog/4208.removed.5.md | 1 + changelog/4208.removed.6.md | 1 + changelog/4208.removed.7.md | 1 + changelog/4208.removed.8.md | 1 + changelog/4208.removed.9.md | 1 + changelog/4208.removed.md | 1 + 11 files changed, 11 insertions(+) create mode 100644 changelog/4208.removed.10.md create mode 100644 changelog/4208.removed.11.md create mode 100644 changelog/4208.removed.2.md create mode 100644 changelog/4208.removed.3.md create mode 100644 changelog/4208.removed.4.md create mode 100644 changelog/4208.removed.5.md create mode 100644 changelog/4208.removed.6.md create mode 100644 changelog/4208.removed.7.md create mode 100644 changelog/4208.removed.8.md create mode 100644 changelog/4208.removed.9.md create mode 100644 changelog/4208.removed.md diff --git a/changelog/4208.removed.10.md b/changelog/4208.removed.10.md new file mode 100644 index 000000000..62aa13468 --- /dev/null +++ b/changelog/4208.removed.10.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.riva` package. Use `pipecat.services.nvidia.stt` and `pipecat.services.nvidia.tts` instead (`RivaSTTService` → `NvidiaSTTService`, `RivaTTSService` → `NvidiaTTSService`). diff --git a/changelog/4208.removed.11.md b/changelog/4208.removed.11.md new file mode 100644 index 000000000..264eac200 --- /dev/null +++ b/changelog/4208.removed.11.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.nim` package. Use `pipecat.services.nvidia.llm` instead (`NimLLMService` → `NvidiaLLMService`). diff --git a/changelog/4208.removed.2.md b/changelog/4208.removed.2.md new file mode 100644 index 000000000..495e1091d --- /dev/null +++ b/changelog/4208.removed.2.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.gemini_multimodal_live` package. Use `pipecat.services.google.gemini_live` instead. Note that class names no longer include "Multimodal" (e.g. `GeminiMultimodalLiveLLMService` → `GeminiLiveLLMService`). diff --git a/changelog/4208.removed.3.md b/changelog/4208.removed.3.md new file mode 100644 index 000000000..694cd08da --- /dev/null +++ b/changelog/4208.removed.3.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.aws_nova_sonic` package. Use `pipecat.services.aws.nova_sonic` instead. diff --git a/changelog/4208.removed.4.md b/changelog/4208.removed.4.md new file mode 100644 index 000000000..bae411d95 --- /dev/null +++ b/changelog/4208.removed.4.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.openai_realtime` package. Use `pipecat.services.openai.realtime` instead. diff --git a/changelog/4208.removed.5.md b/changelog/4208.removed.5.md new file mode 100644 index 000000000..2f7ab0399 --- /dev/null +++ b/changelog/4208.removed.5.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `OpenAIRealtimeBetaLLMService` and `AzureRealtimeBetaLLMService`. Use `OpenAIRealtimeLLMService` and `AzureRealtimeLLMService` from `pipecat.services.openai.realtime` and `pipecat.services.azure.realtime` instead. diff --git a/changelog/4208.removed.6.md b/changelog/4208.removed.6.md new file mode 100644 index 000000000..92ff7ce0c --- /dev/null +++ b/changelog/4208.removed.6.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.deepgram.stt_sagemaker` and `pipecat.services.deepgram.tts_sagemaker` modules. Use `pipecat.services.deepgram.sagemaker.stt` and `pipecat.services.deepgram.sagemaker.tts` instead. diff --git a/changelog/4208.removed.7.md b/changelog/4208.removed.7.md new file mode 100644 index 000000000..9906d981c --- /dev/null +++ b/changelog/4208.removed.7.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `GoogleLLMOpenAIBetaService` from `pipecat.services.google.openai`. Use `GoogleLLMService` from `pipecat.services.google.llm` instead. diff --git a/changelog/4208.removed.8.md b/changelog/4208.removed.8.md new file mode 100644 index 000000000..92255f110 --- /dev/null +++ b/changelog/4208.removed.8.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.google.llm_vertex` module. Use `pipecat.services.google.vertex.llm` instead. diff --git a/changelog/4208.removed.9.md b/changelog/4208.removed.9.md new file mode 100644 index 000000000..c76fa8e90 --- /dev/null +++ b/changelog/4208.removed.9.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.google.gemini_live.llm_vertex` module. Use `pipecat.services.google.gemini_live.vertex.llm` instead. diff --git a/changelog/4208.removed.md b/changelog/4208.removed.md new file mode 100644 index 000000000..8f8e09988 --- /dev/null +++ b/changelog/4208.removed.md @@ -0,0 +1 @@ +- ⚠️ Removed deprecated `pipecat.services.ai_services` module. Import from `pipecat.services.ai_service`, `pipecat.services.llm_service`, `pipecat.services.stt_service`, `pipecat.services.tts_service`, etc. instead.