From c42e0211551d5adcdb109e50a59c041269cf8fe7 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 9 May 2025 13:37:23 -0400 Subject: [PATCH] build: Pin django-user-tasks. The latest version only works with Django 5.2 so we'll either need to fix that or just wait till we're ready to do that bump. --- requirements/constraints.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index a60d2d2672..ecb67d4825 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -158,3 +158,8 @@ social-auth-core==4.5.4 # Issue: https://github.com/openedx/edx-platform/issues/36695 lxml==5.3.2 xmlsec==1.3.14 + +# Date 2025-05-09 +# Pin django-user-tasks because the newest version is not compatible with Django 4.2 +# Issue: https://github.com/openedx/edx-platform/issues/36696 +django-user-tasks==3.3.0