Updating aiortc to fix an issue where 'video/rtx' MIMEType retransmission incorrectly handled as a codec

This commit is contained in:
Filipi Fuchter
2025-04-04 16:28:54 -03:00
parent 4b438ff7d7
commit fe5931b884

View File

@@ -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" ]