From a11861197c197629a4b5021bbcd4108f0ab83b8d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 17 Apr 2026 22:43:21 -0400 Subject: [PATCH] fix(deps): pin gallery-dl>=1.31.10 to resolve Patreon 426 Earlier container rolled 1.31.5, which fails Patreon fetches with HTTP 426 Upgrade Required. 1.31.10 restores the OAuth flow. Co-Authored-By: Claude Opus 4.7 --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b96eddd..f2153d5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,8 +20,8 @@ python-dotenv cryptography pyyaml -# gallery-dl -gallery-dl +# gallery-dl (>=1.31.10 fixes Patreon HTTP 426 / OAuth flow) +gallery-dl>=1.31.10 # Testing pytest