Merge pull request #1452 from pipecat-ai/daily-python-0.16.1

Bump daily-python dependency to 0.16.1 to pick up a bugfix
This commit is contained in:
kompfner
2025-03-26 13:01:38 -04:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in Daily involving switching virtual devices, by bumping the
daily-python dependency to >= 0.16.1.
- Fixed a `GoogleAssistantContextAggregator` issue where function calls
placeholders where not being updated when then function call result was
different from a string.