Skip to content

Commit 158099d

Browse files
author
topher
committed
chore: pin paramiko to less than 4 to avoid DSSKey errors
1 parent 794b677 commit 158099d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from wheel.bdist_wheel import bdist_wheel
1414

1515

16-
VERSION = "0.13.1"
16+
VERSION = "0.13.2"
1717

1818

1919
class BdistWheelCustom(bdist_wheel):
@@ -31,6 +31,7 @@ def finalize_options(self):
3131
"jsonlines",
3232
"numpy",
3333
"packaging",
34+
"paramiko>=3,<4",
3435
"Pillow>=6.2",
3536
"py7zr",
3637
"python-dateutil",

0 commit comments

Comments
 (0)