fix: exclude fastapi 0.136.3 -- MAL-2026-4750 supply chain compromise (undocumented fastar dependency)
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user