From f51c0d4b3974ddb4cb64112594afc3d49e71a687 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sun, 18 Dec 2022 22:00:17 -0500 Subject: [PATCH] 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"]