From fe5931b8846cfde1b227ef4ae218dfc15fc3bb18 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Fri, 4 Apr 2025 16:28:54 -0300 Subject: [PATCH] Updating aiortc to fix an issue where 'video/rtx' MIMEType retransmission incorrectly handled as a codec --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4727286d..97101e3cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ soundfile = [ "soundfile~=0.13.0" ] tavus=[] together = [] ultravox = [ "transformers~=4.48.0", "vllm~=0.7.3" ] -webrtc = [ "aiortc~=1.10.1", "opencv-python~=4.11.0.86" ] +webrtc = [ "aiortc~=1.11.0", "opencv-python~=4.11.0.86" ] websocket = [ "websockets~=13.1", "fastapi~=0.115.6" ] whisper = [ "faster-whisper~=1.1.1" ]