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

Signed-off-by: Doug Goldstein <[email protected]>
  • Loading branch information
cardoe committed Apr 25, 2024
1 parent 5970aa4 commit ab667ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/5565.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes optional dependency on `social-auth-core` by removing an extras related to openidconnect that no longer exists.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 ab667ea

Please sign in to comment.