Skip to content

Commit

Permalink
fix: add minimum version for cryptography library (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Oct 5, 2024
1 parent 035224c commit be021ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ exclude = [
"node_modules",
"site-packages",
"venv",
"bls/*",
"pactus/__init__.py",
]

# Same as Black.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
URL = "https://github.com/pactus-project/python-sdk"

# Package dependencies
REQUIRED = ["ripemd-hash", "grpcio", "grpcio-tools", "cryptography"]
REQUIRED = ["ripemd-hash", "grpcio", "grpcio-tools", "cryptography>=43.0"]

CLASSIFIERS = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit be021ff

Please sign in to comment.