From de5f9c9217da3f69e4f18aea79404fb9adda25fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 2 Jul 2025 09:51:36 -0700 Subject: [PATCH] pyproject: update daily-python to 0.19.4 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029fc2ed9..0ca45319a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `session_token` parameter to `AWSNovaSonicLLMService`. +### Changed + +- Upgraded `daily-python` to 0.19.4. + ### Fixed - Fixed a race condition that occurs in Python 3.10+ where the task could miss diff --git a/pyproject.toml b/pyproject.toml index b364020ab..e0608f120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ azure = [ "azure-cognitiveservices-speech~=1.42.0"] cartesia = [ "cartesia~=2.0.3", "websockets~=13.1" ] cerebras = [] deepseek = [] -daily = [ "daily-python~=0.19.3" ] +daily = [ "daily-python~=0.19.4" ] deepgram = [ "deepgram-sdk~=4.1.0" ] elevenlabs = [ "websockets~=13.1" ] fal = [ "fal-client~=0.5.9" ]