From adf81fb69aa00b41bb8eb2808c4aea3e7d8c6b17 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Fri, 28 May 2021 14:11:11 +0500 Subject: [PATCH] feat: Adding temporary constraint to check the newly merged changes in package. --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index f3ed501535..1912ed09a9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -130,3 +130,6 @@ click<8.0 # greater version has breaking changes and requires some migration steps. django-webpack-loader==0.7.0 + +# greater version requires testing. Will remove this constraint after testing. +django-user-tasks==1.3.2