From 2313cec792681027b92e975c3ff6fce78a6ced16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 28 May 2025 00:28:02 -0700 Subject: [PATCH] pyproject: update daily-python to 0.19.1 --- CHANGELOG.md | 8 +++++--- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2280db9b..341af584d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,9 +89,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- ⚠️ Updated `SmallWebRTCTransport` to align with how other transports handle - `on_client_disconnected`. Now, when the connection is closed and no reconnection - is attempted, `on_client_disconnected` is called instead of `on_client_close`. The +- Upgraded `daily-python` to 0.19.1. + +- ⚠️ Updated `SmallWebRTCTransport` to align with how other transports handle + `on_client_disconnected`. Now, when the connection is closed and no reconnection + is attempted, `on_client_disconnected` is called instead of `on_client_close`. The `on_client_close` callback is no longer used, use `on_client_disconnected` instead. - Check if `PipelineTask` has already been cancelled. diff --git a/pyproject.toml b/pyproject.toml index a2e50906d..f3567f68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ azure = [ "azure-cognitiveservices-speech~=1.42.0"] cartesia = [ "cartesia~=2.0.3", "websockets~=13.1" ] cerebras = [] deepseek = [] -daily = [ "daily-python~=0.19.0" ] +daily = [ "daily-python~=0.19.1" ] deepgram = [ "deepgram-sdk~=4.1.0" ] elevenlabs = [ "websockets~=13.1" ] fal = [ "fal-client~=0.5.9" ]