Skip to content

Commit

Permalink
Pin social-auth-core to >=4.5.0
Browse files Browse the repository at this point in the history
which dropped dependency on abandoned python-jose and removed
openidconnect extras (included by default now).
  • Loading branch information
nsoranzo committed Mar 11, 2024
1 parent 74766a3 commit a469a75
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 @@ -106,7 +106,7 @@ requests = "*"
rocrate = "*"
Routes = "*"
schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575
social-auth-core = {version = "*", extras = ["openidconnect"]}
social-auth-core = ">=4.5.0" # to drop dependency on abandoned python-jose
sortedcontainers = "*"
SQLAlchemy = ">=1.4.25,<2"
sqlitedict = "*"
Expand Down

0 comments on commit a469a75

Please sign in to comment.