Skip to content

Commit b394102

Browse files
committed
Remove paramiko upper-bound
Remove paramiko upper-bound to allow using paramiko version >3.0.
1 parent 2581b0c commit b394102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'websockets>=8.1,<9.0 ; python_version=="3.8"',
2929
'websockets>=9.0,<10.0 ; python_version=="3.9"',
3030
'websockets>=10.0; python_version>"3.9"',
31-
'paramiko>=2.4.0,<3.0.0',
31+
'paramiko>=2.4.0',
3232
'pyasn1>=0.4.4',
3333
'toposort>=1.5,<2',
3434
'typing_inspect>=0.6.0',

0 commit comments

Comments
 (0)