update CHANGELOG with openai_realtime deprecation

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-09 19:14:43 -07:00
parent 9698b008da
commit d81b0f6368

View File

@@ -45,6 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- `pipecat.service.openai_realtime` is now deprecated, use
`pipecat.services.openai.realtime` instead or
`pipecat.services.azure.realtime` for Azure Realtime.
- `pipecat.service.aws_nova_sonic` is now deprecated, use
`pipecat.services.aws.nova_sonic` instead.