Merge pull request #4225 from pipecat-ai/aleix/transport-and-other-deprecations

Remove deprecated transport module aliases and sync package
This commit is contained in:
Aleix Conchillo Flaqué
2026-04-01 19:43:22 -07:00
committed by GitHub
17 changed files with 2 additions and 257 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.