From 9461bacf0d6793661b20d7cc5367ad083188a433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 24 Sep 2024 19:24:37 -0700 Subject: [PATCH] pyproject: update fastapi to 0.115.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aebccda2f..46345ed71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ openpipe = [ "openpipe~=4.24.0" ] playht = [ "pyht~=0.0.28" ] silero = [ "onnxruntime>=1.16.1" ] together = [ "together~=1.2.7" ] -websocket = [ "websockets~=12.0", "fastapi~=0.112.1" ] +websocket = [ "websockets~=12.0", "fastapi~=0.115.0" ] whisper = [ "faster-whisper~=1.0.3" ] xtts = [ "resampy~=0.4.3" ]