Skip to content

Commit ab667ea

Browse files
committed
fix dependency on social-auth-core
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes nautobot#5565 Signed-off-by: Doug Goldstein <[email protected]>
1 parent 5970aa4 commit ab667ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changes/5565.fixed

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes optional dependency on `social-auth-core` by removing an extras related to openidconnect that no longer exists.

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pyuwsgi = "~2.0.23"
130130
# YAML parsing and rendering
131131
PyYAML = "~6.0"
132132
# Social authentication core
133-
social-auth-core = {version = "~4.5.3", optional = true, extras = ["openidconnect", "saml"]}
133+
social-auth-core = {version = "~4.5.3", optional = true, extras = ["saml"]}
134134
# Social authentication/registration with support for many auth providers
135135
social-auth-app-django = "~5.4.0"
136136
# Rendering of SVG images (for rack elevations, etc.)

0 commit comments

Comments
 (0)