From e117d70a0066a7286d55c0d1436f932531c6f190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 23 Oct 2024 15:14:30 -0700 Subject: [PATCH] update to daily-python 0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c89496b4..61de9bc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ aws = [ "boto3~=1.35.27" ] azure = [ "azure-cognitiveservices-speech~=1.40.0" ] canonical = [ "aiofiles~=24.1.0" ] cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ] -daily = [ "daily-python~=0.11.0" ] +daily = [ "daily-python~=0.12.0" ] deepgram = [ "deepgram-sdk~=3.7.3" ] elevenlabs = [ "websockets~=13.1" ] examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ]