fix: exclude fastapi 0.136.3 -- MAL-2026-4750 supply chain compromise (undocumented fastar dependency)

This commit is contained in:
Thales Pereira
2026-05-26 10:53:43 +01:00
parent 0e6138f121
commit 87cb17b69b
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.6.0-alpha.2"
description = "Paste a YouTube URL, get audio stems split into a DAW-style player."
requires-python = ">=3.10,<3.14"
dependencies = [
"fastapi>=0.115",
"fastapi>=0.115,!=0.136.3",
"uvicorn[standard]>=0.30",
"yt-dlp>=2024.12.0",
"demucs>=4.0.1",