move pipecat.frames.frames.KeypadEntry to pipecat.audio.dtmf.types.KeypadEntry

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-28 15:29:20 -07:00
parent 77c34076f7
commit a5c5e069ba
10 changed files with 114 additions and 30 deletions

View File

@@ -5,6 +5,18 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## Changed
- `pipecat.frames.frames.KeypadEntry` is deprecated and has been moved to
`pipecat.audio.dtmf.types.KeypadEntry`.
## Deprecated
- `pipecat.frames.frames.KeypadEntry` is deprecated use
`pipecat.audio.dtmf.types.KeypadEntry` instead.
## [0.0.82] - 2025-08-28
### Added