From c446f91d4afb93375ddffd6745a356dc138cadc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 Dec 2024 18:16:27 -0800 Subject: [PATCH] pyproject: update onnxruntime, whisper and azure --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 549ecece8..1c13212c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Website = "https://pipecat.ai" anthropic = [ "anthropic~=0.40.0" ] assemblyai = [ "assemblyai~=0.34.0" ] aws = [ "boto3~=1.35.27" ] -azure = [ "azure-cognitiveservices-speech~=1.40.0", "openai~=1.50.2" ] +azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.50.2" ] canonical = [ "aiofiles~=24.1.0" ] cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ] daily = [ "daily-python~=0.13.0" ] @@ -65,12 +65,13 @@ openai = [ "openai~=1.50.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ] openpipe = [ "openpipe~=4.38.0" ] playht = [ "pyht~=0.1.8", "websockets~=13.1" ] riva = [ "nvidia-riva-client~=2.17.0" ] -silero = [ "onnxruntime~=1.19.2" ] +silero = [ "onnxruntime~=1.20.1" ] soundfile = [ "soundfile~=0.12.1" ] together = [ "openai~=1.50.2" ] websocket = [ "websockets~=13.1", "fastapi~=0.115.0" ] -whisper = [ "faster-whisper~=1.0.3" ] -simli = [ "simli-ai>=0.1.7"] +whisper = [ "faster-whisper~=1.1.0" ] +simli = [ "simli-ai~=0.1.7"] + [tool.setuptools.packages.find] # All the following settings are optional: where = ["src"]