From 499b258bf91757ae96497f1ed39058235cb63089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 9 Apr 2025 18:59:10 -0700 Subject: [PATCH] pyproject: update daily-python to 0.17.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19da1d16b..587df34f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Updated `daily-python` to 0.17.0 to fix an issue that was preventing to run on + older platforms. + - Fixed an issue in the Azure TTS services where the language was being set incorrectly. diff --git a/pyproject.toml b/pyproject.toml index 97101e3cc..8b7c8546a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ canonical = [ "aiofiles~=24.1.0" ] cartesia = [ "cartesia~=1.4.0", "websockets~=13.1" ] cerebras = [] deepseek = [] -daily = [ "daily-python~=0.16.1" ] +daily = [ "daily-python~=0.17.0" ] deepgram = [ "deepgram-sdk~=3.8.0" ] elevenlabs = [ "websockets~=13.1" ] fal = [ "fal-client~=0.5.9" ]