Skip to content

Commit

Permalink
pin cryptography to 43.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Sep 27, 2024
1 parent 6e9c6c6 commit fdfb30b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
# indirect dependency; needs pinning as 43.0.1 hangs compiling for arm32v7 Alpine/Debian
"cryptography==43.0.0",
"requests==2.31.0",
"schema==0.7.5",
"click==8.1.6",
Expand Down

0 comments on commit fdfb30b

Please sign in to comment.