From c6329571ae4471ea21f528a5a2c8470e0e0a7bd0 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 25 Mar 2025 09:10:52 +0100 Subject: [PATCH 1/2] add unstable TA_VERSION --- backend/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/settings.py b/backend/config/settings.py index 1e2355ed..51c8e22b 100644 --- a/backend/config/settings.py +++ b/backend/config/settings.py @@ -294,7 +294,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.5.0" +TA_VERSION = "v0.5.1-unstable" # API REST_FRAMEWORK = { From 3ab218d74482b16f1882302649387a6e4208ec68 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 25 Mar 2025 09:11:12 +0100 Subject: [PATCH 2/2] bump requirements --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a948144c..f540ce4a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ requests==2.32.3 ryd-client==0.0.6 uvicorn==0.34.0 whitenoise==6.9.0 -yt-dlp[default]==2025.3.21 +yt-dlp[default]==2025.3.25