From 0c3a01c016a4e2601e910202fca6c1f02f972145 Mon Sep 17 00:00:00 2001
From: Calen Pennington <cale@edx.org>
Date: Tue, 30 Oct 2018 15:03:27 -0400
Subject: [PATCH] Pin social-auth to less than 3.0.0 and social-auth-core to
 less than 2.0.0 to allow them time to bake

---
 requirements/edx/base.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/edx/base.in b/requirements/edx/base.in
index a708fc56ac6..d12161627da 100644
--- a/requirements/edx/base.in
+++ b/requirements/edx/base.in
@@ -129,8 +129,8 @@ pyuca==1.1                          # For more accurate sorting of translated co
 reportlab                           # Used for shopping cart's pdf invoice/receipt generation
 rest-condition                      # DRF's recommendation for supporting complex permissions
 rfc6266-parser                      # Used to generate Content-Disposition headers.
-social-auth-app-django==2.1.0
-social-auth-core==1.7.0
+social-auth-app-django<3.0.0
+social-auth-core<2.0.0
 pysrt==0.4.7                        # Support for SubRip subtitle files, used in the video XModule
 pytz==2016.10                       # Time zone information database
 PyYAML                              # Used to parse XModule resource templates
-- 
GitLab