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:
@@ -23,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### 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
|
- Fixed a `GoogleAssistantContextAggregator` issue where function calls
|
||||||
placeholders where not being updated when then function call result was
|
placeholders where not being updated when then function call result was
|
||||||
different from a string.
|
different from a string.
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ cartesia = [ "cartesia~=1.4.0", "websockets~=13.1" ]
|
|||||||
neuphonic = [ "pyneuphonic~=1.5.13", "websockets~=13.1" ]
|
neuphonic = [ "pyneuphonic~=1.5.13", "websockets~=13.1" ]
|
||||||
cerebras = []
|
cerebras = []
|
||||||
deepseek = []
|
deepseek = []
|
||||||
daily = [ "daily-python~=0.16.0" ]
|
daily = [ "daily-python~=0.16.1" ]
|
||||||
deepgram = [ "deepgram-sdk~=3.8.0" ]
|
deepgram = [ "deepgram-sdk~=3.8.0" ]
|
||||||
elevenlabs = [ "websockets~=13.1" ]
|
elevenlabs = [ "websockets~=13.1" ]
|
||||||
fal = [ "fal-client~=0.5.9" ]
|
fal = [ "fal-client~=0.5.9" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user