Merge pull request #1956 from pipecat-ai/pk/make-add-observer-sync

Make `PipelineTask.add_observer()` synchronous. This allows callers t…
This commit is contained in:
kompfner
2025-06-09 13:19:34 -04:00
committed by GitHub
4 changed files with 48 additions and 17 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Make `PipelineTask.add_observer()` synchronous. This allows callers to call it before doing the
work of running the `PipelineTask` (i.e. without invoking `PipelineTask.set_event_loop()` first).
- Pipecat 0.0.69 forced `uvloop` event loop on Linux on macOS. Unfortunately,
this is causing issue in some systems. So, `uvloop` is not enabled by default
anymore. If you want to use `uvloop` you can just set the `asyncio` event