Merge pull request #2537 from pipecat-ai/aleix/pipeline-task-cleanup-observers

PipelineTask: cleanup observers
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-31 13:44:38 -07:00
committed by GitHub
3 changed files with 18 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `pipecat.frames.frames.KeypadEntry` is deprecated use
`pipecat.audio.dtmf.types.KeypadEntry` instead.
## Fixed
- Fixed an issue where `PipelineTask` was not cleaning up the observers.
## [0.0.82] - 2025-08-28
### Added