Add changelog for #3980

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 13:04:16 -07:00
parent 7be2c43e1d
commit 23218aaed7

View File

@@ -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`.