Skip to content

Commit

Permalink
fix dependency on social-auth-core
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cardoe committed Apr 24, 2024
1 parent dfbaf60 commit 40a0819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 40a0819

Please sign in to comment.