From f8a75cede901c9f614e83c4d62ce24fc7a97a410 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 30 Sep 2024 18:22:38 -0400 Subject: [PATCH] Update daily-python to 0.11.0 --- pyproject.toml | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e31755d50..a29697bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ anthropic = [ "anthropic~=0.34.0" ] aws = [ "boto3~=1.35.27" ] azure = [ "azure-cognitiveservices-speech~=1.40.0" ] cartesia = [ "cartesia~=1.0.13", "websockets~=12.0" ] -daily = [ "daily-python~=0.10.1" ] +daily = [ "daily-python~=0.11.0" ] deepgram = [ "deepgram-sdk~=3.5.0" ] elevenlabs = [ "websockets~=12.0" ] examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ] diff --git a/test-requirements.txt b/test-requirements.txt index 8c7db7377..07ef45054 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ aiohttp~=3.10.3 anthropic~=0.30.0 azure-cognitiveservices-speech~=1.40.0 boto3~=1.35.27 -daily-python~=0.10.1 +daily-python~=0.11.0 deepgram-sdk~=3.5.0 fal-client~=0.4.1 fastapi~=0.112.1