Skip to content

Commit

Permalink
Expand cryptogrpahy version limits
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenstr committed Aug 9, 2023
1 parent b311ffc commit 0cf77c5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions 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 @@ -18,7 +18,7 @@ sqlalchemy-utils = ">=0.33.0, < 1.0.0"
pg8000 = "1.16.5" # Constant due to - https://github.com/tlocke/pg8000/issues/53
aiohttp = "^3.6.0"
pyjwt = ">= 1.7, < 3.0.0"
cryptography = ">= 2.8, < 40.0.0" # Required for pyjwt
cryptography = ">=37,<42" # Required for pyjwt
marshmallow = "^3.9"
marshmallow-dataclass = "^8.3"
pycryptodomex = "^3.9"
Expand Down

0 comments on commit 0cf77c5

Please sign in to comment.