Skip to content

Commit db5c9e6

Browse files
authored
Merge pull request #1906 from pipecat-ai/aleix/daily-python-0.19.1
pyproject: update daily-python to 0.19.1
2 parents 83acaf6 + 2313cec commit db5c9e6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8989

9090
### Changed
9191

92-
- ⚠️ Updated `SmallWebRTCTransport` to align with how other transports handle
93-
`on_client_disconnected`. Now, when the connection is closed and no reconnection
94-
is attempted, `on_client_disconnected` is called instead of `on_client_close`. The
92+
- Upgraded `daily-python` to 0.19.1.
93+
94+
- ⚠️ Updated `SmallWebRTCTransport` to align with how other transports handle
95+
`on_client_disconnected`. Now, when the connection is closed and no reconnection
96+
is attempted, `on_client_disconnected` is called instead of `on_client_close`. The
9597
`on_client_close` callback is no longer used, use `on_client_disconnected` instead.
9698

9799
- Check if `PipelineTask` has already been cancelled.

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.0" ]
50+
daily = [ "daily-python~=0.19.1" ]
5151
deepgram = [ "deepgram-sdk~=4.1.0" ]
5252
elevenlabs = [ "websockets~=13.1" ]
5353
fal = [ "fal-client~=0.5.9" ]

0 commit comments

Comments
 (0)