diff --git a/changes/5565.fixed b/changes/5565.fixed new file mode 100644 index 00000000000..f36de167675 --- /dev/null +++ b/changes/5565.fixed @@ -0,0 +1 @@ +fixes dependency on social-auth-core by removing an extras related to openidconnect that no longer exists diff --git a/poetry.lock b/poetry.lock index 5b96fdcb288..424af9e855d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4023,4 +4023,4 @@ sso = ["social-auth-core"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "696a1070c64d48e829d98c3fcf7bbc9c7f3ceb83f1a69ecfb9e8258c47495cd8" +content-hash = "598fd7b79a8cde691fb4952cf652fb7447144e48f9f496d0c16823f5ef0d410f" diff --git a/pyproject.toml b/pyproject.toml index 03e53aa551d..1e658c2b1dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ pyuwsgi = "~2.0.23" # YAML parsing and rendering PyYAML = "~6.0" # Social authentication core -social-auth-core = {version = "~4.5.3", optional = true, extras = ["openidconnect", "saml"]} +social-auth-core = {version = "~4.5.3", optional = true, extras = ["saml"]} # Social authentication/registration with support for many auth providers social-auth-app-django = "~5.4.0" # Rendering of SVG images (for rack elevations, etc.)