Skip to content

Commit

Permalink
pyproject: constrain cryptography < 44
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Nov 27, 2024
1 parent 0ac33ee commit c5d4701
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 @@ -26,7 +26,7 @@ classifiers = [
"Topic :: Security :: Cryptography",
]
dependencies = [
"cryptography >= 42",
"cryptography >= 42, < 44",
"id >= 1.1.0",
"importlib_resources ~= 5.7; python_version < '3.11'",
"pyasn1 ~= 0.6",
Expand Down

0 comments on commit c5d4701

Please sign in to comment.