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