Skip to content

Commit

Permalink
Merge pull request #20 from pwei1018/main
Browse files Browse the repository at this point in the history
Need to support flask version 3 for some applications.
  • Loading branch information
thorwolpert authored May 15, 2024
2 parents 478200c + 364bab1 commit a3e6744
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-jwt-oidc"
version = "0.6.0"
version = "0.7.0"
description = "Opinionated flask oidc client"
authors = [
"thor wolpert <[email protected]>"
Expand All @@ -15,7 +15,7 @@ Issues = "https://github.com/thorwolpert/flask-jwt-oidc/issues"

[tool.poetry.dependencies]
python = "^3.9"
Flask = "^2"
Flask = ">=2"
cachelib = "^0.13.0"
python-jose = "^3.3.0"
six = "^1.16.0"
Expand Down

0 comments on commit a3e6744

Please sign in to comment.