From 23218aaed707903f620d0329aacc69f7b582c167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 Mar 2026 13:04:16 -0700 Subject: [PATCH] Add changelog for #3980 --- changelog/3980.deprecated.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3980.deprecated.md diff --git a/changelog/3980.deprecated.md b/changelog/3980.deprecated.md new file mode 100644 index 000000000..f69964b62 --- /dev/null +++ b/changelog/3980.deprecated.md @@ -0,0 +1 @@ +- Deprecated `pipecat.services.google.llm_vertex`, `pipecat.services.google.llm_openai`, and `pipecat.services.google.gemini_live.llm_vertex` modules. Use `pipecat.services.google.vertex.llm`, `pipecat.services.google.openai.llm`, and `pipecat.services.google.gemini_live.vertex.llm` instead. The old import paths still work but will emit a `DeprecationWarning`.