From 9627a849a6a8552116d5c38f7c889b47a38622df Mon Sep 17 00:00:00 2001 From: h-takeyeah <61489178+h-takeyeah@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:25:12 +0900 Subject: [PATCH] [yt-dlp] Remove unused websockets dependency websockets is not imported anywhere in the stubs, and yt-dlp itself treats it as an optional runtime dependency (falls back to None if missing). This was likely a leftover from the initial stub PR (#14216) that was never cleaned up. --- stubs/yt-dlp/METADATA.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/stubs/yt-dlp/METADATA.toml b/stubs/yt-dlp/METADATA.toml index 2c326af864af..d29f3acb0729 100644 --- a/stubs/yt-dlp/METADATA.toml +++ b/stubs/yt-dlp/METADATA.toml @@ -1,3 +1,2 @@ version = "2026.7.4" upstream-repository = "https://github.com/yt-dlp/yt-dlp" -dependencies = ["websockets"]