From 0eab09cead66929d23e8f0ae3c60c0c24cf6c3db Mon Sep 17 00:00:00 2001 From: JohnBaumb <80135794+JohnBaumb@users.noreply.github.com> Date: Wed, 6 May 2026 15:47:51 -0700 Subject: [PATCH] unpin yt-dlp to always grab latest on rebuild --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d56bf1f4..73ef28a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,8 +28,8 @@ beautifulsoup4==4.14.3 # System monitoring psutil==7.2.2 -# YouTube support -yt-dlp==2026.3.17 +# YouTube support -- unpinned; yt-dlp must track upstream releases to stay functional +yt-dlp>=2026.3.17 # Lyrics support lrclibapi==0.3.1