Skip to content

Commit

Permalink
chore(api): remove transient 'itsdangerous' dependency from pyproject…
Browse files Browse the repository at this point in the history
….toml

This was added to resolve an issue between `flask_oidc` and
`itsdangerous` which has since been resolved upstream. We don't actually
depend on `itsdangerous` directly.
  • Loading branch information
ahal committed Apr 30, 2024
1 parent 08e6c11 commit 1a9d17b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion api/poetry.lock

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

3 changes: 0 additions & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ flask = "*"
flask_cors = "*"
flask_migrate = "*"
flask_talisman = "*"
# flask_oidc imports JSONWebSignatureSerializer which was removed in 2.1+
# https://github.com/pallets/itsdangerous/pull/273
itsdangerous = "<2.1"
mozilla-version = "*"
python-decouple = "*"
sentry-sdk = {version = "*", extras = ["flask"]}
Expand Down

0 comments on commit 1a9d17b

Please sign in to comment.