Skip to content

Commit

Permalink
Update cryptography dependency
Browse files Browse the repository at this point in the history
This patch updates the minimum cryptography dependency version to v43 as
required by #589.  As v44
seems to work well too, we can also bump the upper limit.
  • Loading branch information
robin-nitrokey committed Dec 15, 2024
1 parent 21b7c27 commit acd40e3
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 @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"cffi",
"click >=8.1.6, <9",
"cryptography >=41.0.4,<44",
"cryptography >=43,<45",
"ecdsa",
"fido2 >=1.2.0,<2",
# Limit hidapi to versions using the hidraw backend, see
Expand Down

0 comments on commit acd40e3

Please sign in to comment.