From fc58dd7fee60f3eb823b8db17e938fea6db73c94 Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Thu, 26 Oct 2023 15:10:37 -0400 Subject: [PATCH] chore: pin social-auth-app-django to 5.2 to prevent unintended hanging migration regression (#4044) --- requirements/constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index b8fd8fd9bc9..dee238aab54 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -33,6 +33,10 @@ idna==2.7 # TODO : Pinning this until we are sure there aren't any breaking changes, then we'll upgrade. celery<5.0.0 +# social-auth-app-django 5.3.0 currently introduces a hanging migration for large table sizes +# Pinning for now to reduce entropy +social-auth-app-django==5.2.0 + # bok-choy 2.0.1 still requires selenium<4 # (bok-choy is now deprecated; updates unlikely) # - pytest-selenium v3 has inconsistent pytest dependency requirements