Skip to content

Commit cd05398

Browse files
authored
Merge pull request #222 from swlodarski-sumoheavy/8.0.x-221
Replace ecdsa with cryptography for key generation and signing #221
2 parents ef9c165 + e253570 commit cd05398

4 files changed

Lines changed: 1014 additions & 712 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
ecdsa = "==0.19.1"
7+
cryptography = ">=44.0.0"
88
requests = "==2.32.5"
99
pydantic = "==2.12.5"
1010

0 commit comments

Comments
 (0)