Add support for fastapi>=0.115.6,<0.117.0

This commit is contained in:
Mark Backman
2025-07-24 07:44:06 -04:00
parent 3d4ab7158d
commit cfa26524ca

View File

@@ -97,7 +97,7 @@ together = []
tracing = [ "opentelemetry-sdk>=1.33.0", "opentelemetry-api>=1.33.0", "opentelemetry-instrumentation>=0.54b0" ]
ultravox = [ "transformers>=4.48.0", "vllm~=0.7.3" ]
webrtc = [ "aiortc~=1.11.0", "opencv-python~=4.11.0.86" ]
websocket = [ "websockets>=13.1,<15.0", "fastapi~=0.115.6" ]
websocket = [ "websockets>=13.1,<15.0", "fastapi>=0.115.6,<0.117.0" ]
whisper = [ "faster-whisper~=1.1.1" ]
[tool.setuptools.packages.find]