From c99436b80eecd7e44be7804e0be16ddbbceeaf9f Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 25 Mar 2025 17:26:31 -0400 Subject: [PATCH] Bump daily-python dependency to 0.16.0 to pick up support in `DailyTransport` for updating remote participants' `canReceive` permission via the `update_remote_participants()` method --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c06240bc..928ba88fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added support in `DailyTransport` for updating remote participants' + `canReceive` permission via the `update_remote_participants()` method, by + bumping the daily-python dependency to >= 0.16.0. + - ElevenLabs TTS services now support a sample rate of 8000. ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 0d1e46ed9..d2fa46dcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ cartesia = [ "cartesia~=1.4.0", "websockets~=13.1" ] neuphonic = [ "pyneuphonic~=1.5.13", "websockets~=13.1" ] cerebras = [] deepseek = [] -daily = [ "daily-python~=0.15.0" ] +daily = [ "daily-python~=0.16.0" ] deepgram = [ "deepgram-sdk~=3.8.0" ] elevenlabs = [ "websockets~=13.1" ] fal = [ "fal-client~=0.5.9" ]