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"] 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