Skip to content

Commit 01b7292

Browse files
authored
chore: pin starkbank-ecdsa version (#1016)
1 parent 77ae5f5 commit 01b7292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def getRequires():
1212
deps = [
1313
'python_http_client>=3.2.1',
14-
'starkbank-ecdsa>=1.0.0'
14+
'starkbank-ecdsa>=1.0.0,<2.0.0'
1515
]
1616
return deps
1717

0 commit comments

Comments
 (0)