File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89
89
90
90
### Changed
91
91
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
95
97
` on_client_close ` callback is no longer used, use ` on_client_disconnected ` instead.
96
98
97
99
- Check if ` PipelineTask ` has already been cancelled.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ azure = [ "azure-cognitiveservices-speech~=1.42.0"]
47
47
cartesia = [ " cartesia~=2.0.3" , " websockets~=13.1" ]
48
48
cerebras = []
49
49
deepseek = []
50
- daily = [ " daily-python~=0.19.0 " ]
50
+ daily = [ " daily-python~=0.19.1 " ]
51
51
deepgram = [ " deepgram-sdk~=4.1.0" ]
52
52
elevenlabs = [ " websockets~=13.1" ]
53
53
fal = [ " fal-client~=0.5.9" ]
You can’t perform that action at this time.
0 commit comments