Bump daily-python dependency to 0.16.1 to pick up a bugfix

This commit is contained in:
Paul Kompfner
2025-03-26 11:22:23 -04:00
parent 59fdfe697d
commit e6e339a02e
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a new frame, `LLMSetToolChoiceFrame`, which provides a mechanism
- Added a new frame, `LLMSetToolChoiceFrame`, which provides a mechanism
for modifying the `tool_choice` in the context.
- Added support in `DailyTransport` for updating remote participants'
@@ -20,6 +20,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.