Add changelog for #4225

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-01 18:58:27 -07:00
parent c6f79592d8
commit 279ca5a87b
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ Removed deprecated `pipecat.sync` package. Use `pipecat.utils.sync` instead.

View File

@@ -0,0 +1 @@
- ⚠️ Removed deprecated `pipecat.transports.services` and `pipecat.transports.network` module aliases. Update imports to use `pipecat.transports.daily.transport`, `pipecat.transports.livekit.transport`, `pipecat.transports.websocket.*`, `pipecat.transports.webrtc.*`, and `pipecat.transports.daily.utils` respectively.