From f51c0d4b3974ddb4cb64112594afc3d49e71a687 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sun, 18 Dec 2022 22:00:17 -0500 Subject: [PATCH 1/2] Upgrade social-auth-core Allow for social-auth-core to be greater than 4.2.0 in order to be compatible with Open edX Olive which uses 4.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d638fc6..0b0658b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "social-auth-core==4.2.0", + "social-auth-core>=4.2.0", "social-auth-app-django==5.0.0" ] keywords = ["Open edX", "oauth", "Wordpress"] From 8b33e35ddee7df7e99100186e30d9878fc36ab06 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sun, 18 Dec 2022 22:00:47 -0500 Subject: [PATCH 2/2] Update stable-psa.txt --- requirements/stable-psa.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/stable-psa.txt b/requirements/stable-psa.txt index 8e69a48..6806a07 100644 --- a/requirements/stable-psa.txt +++ b/requirements/stable-psa.txt @@ -1,3 +1,3 @@ -# Stable Python Social Auth, found in Open edX Nutmeg +# Stable Python Social Auth, found in Open edX Olive social-auth-app-django==5.0.0 -social-auth-core==4.2.0 +social-auth-core==4.3.0