From 1f54ee699171379a0e67a784632fb9a7408480cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Sun, 6 Oct 2024 00:40:47 -0700 Subject: [PATCH] pyproject: update deepgram to 3.7.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a29697bdb..9d515c8f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ aws = [ "boto3~=1.35.27" ] azure = [ "azure-cognitiveservices-speech~=1.40.0" ] cartesia = [ "cartesia~=1.0.13", "websockets~=12.0" ] daily = [ "daily-python~=0.11.0" ] -deepgram = [ "deepgram-sdk~=3.5.0" ] +deepgram = [ "deepgram-sdk~=3.7.3" ] elevenlabs = [ "websockets~=12.0" ] examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ] fal = [ "fal-client~=0.4.1" ]