Skip to content

Commit fe5931b

Browse files
committed
Updating aiortc to fix an issue where 'video/rtx' MIMEType retransmission incorrectly handled as a codec
1 parent 4b438ff commit fe5931b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ soundfile = [ "soundfile~=0.13.0" ]
8585
tavus=[]
8686
together = []
8787
ultravox = [ "transformers~=4.48.0", "vllm~=0.7.3" ]
88-
webrtc = [ "aiortc~=1.10.1", "opencv-python~=4.11.0.86" ]
88+
webrtc = [ "aiortc~=1.11.0", "opencv-python~=4.11.0.86" ]
8989
websocket = [ "websockets~=13.1", "fastapi~=0.115.6" ]
9090
whisper = [ "faster-whisper~=1.1.1" ]
9191

0 commit comments

Comments
 (0)