Skip to content

Commit 3dca95a

Browse files
authored
Merge pull request #2014 from pipecat-ai/aleix/daily-python-0.19.3
update daily-python to 0.19.3
2 parents 20eebb0 + 7ddc706 commit 3dca95a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
`LLMAssistantContextAggregator` that exposes whether a function call is in
2626
progress.
2727

28+
### Changed
29+
30+
- Upgraded `daily-python` to 0.19.3.
31+
2832
### Fixed
2933

3034
- Fixed an issue with `GroqTTSService` where it was not properly parsing the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ azure = [ "azure-cognitiveservices-speech~=1.42.0"]
4747
cartesia = [ "cartesia~=2.0.3", "websockets~=13.1" ]
4848
cerebras = []
4949
deepseek = []
50-
daily = [ "daily-python~=0.19.2" ]
50+
daily = [ "daily-python~=0.19.3" ]
5151
deepgram = [ "deepgram-sdk~=4.1.0" ]
5252
elevenlabs = [ "websockets~=13.1" ]
5353
fal = [ "fal-client~=0.5.9" ]

0 commit comments

Comments
 (0)