From e8bfb13aaa87cb0129959d6e82b0a5d7f65b753a Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Wed, 19 Nov 2025 04:00:21 +0530 Subject: [PATCH] chore: updated unpin social-auth-app-django ticket in comment (#37640) --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c96838f937..4b1373278b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -96,7 +96,7 @@ pymongo<4.4.1 # social-auth-app-django 5.4.2 introduces a new migration that will not play nicely with large installations. This will touch # user tables, which are quite large, especially on instances like edx.org. # We are pinning this until after all the smaller migrations get handled and then we can migrate this all at once. -# Issue for unpinning: https://github.com/edx/edx-arch-experiments/issues/760 +# Issue for unpinning: https://github.com/openedx/edx-platform/issues/37639 social-auth-app-django<=5.4.1 # # Date: 2024-10-14