From a3ff59cca247bc1023ecfb67dfab851a96346bb6 Mon Sep 17 00:00:00 2001 From: Awais Qureshi <awais.qureshi@arbisoft.com> Date: Thu, 30 Nov 2023 16:22:07 +0500 Subject: [PATCH] Update cons desc (#33849) * chore: updating constraint description. --- requirements/constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 37283f26bf08..5681147219e9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -76,8 +76,12 @@ boto==2.39.0 # adding these constraints to minimize boto3 and botocore changeset social-auth-core==4.3.0 + +# social-auth-app-django versions after 5.2.0 has a problematic migration that will cause issues deployments with large +# `social_auth_usersocialauth` tables. 5.1.0 has missing migration and 5.2.0 has that problematic migration. social-auth-app-django==5.0.0 + # urllib3>=2.0.0 conflicts with elastic search && snowflake-connector-python packages # which require urllib3<2 for now. # Issue for unpinning: https://github.com/openedx/edx-platform/issues/32222