Skip to content

Commit

Permalink
Merge pull request #190 from nnsnodnb/modify-pyjwt-version-range
Browse files Browse the repository at this point in the history
Modify installable version range for PyJWT
  • Loading branch information
nnsnodnb authored Jan 23, 2024
2 parents 5824de3 + 5acc1d8 commit 8ecb61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -27,7 +27,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
httpx = {extras = ["http2"], version = ">=0.23.0,<0.27.0"}
PyJWT = "^2.6.0"
PyJWT = ">=2.0.0,<2.9.0"
cryptography = ">=39,<43"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 8ecb61c

Please sign in to comment.