Skip to content

Commit c42e021

Browse files
committed
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.
1 parent ef93d6b commit c42e021

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

requirements/constraints.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,8 @@ social-auth-core==4.5.4
158158
# Issue: https://github.com/openedx/edx-platform/issues/36695
159159
lxml==5.3.2
160160
xmlsec==1.3.14
161+
162+
# Date 2025-05-09
163+
# Pin django-user-tasks because the newest version is not compatible with Django 4.2
164+
# Issue: https://github.com/openedx/edx-platform/issues/36696
165+
django-user-tasks==3.3.0

0 commit comments

Comments
 (0)