Skip to content

Commit ae631aa

Browse files
Lingling PengLingling Peng
authored andcommitted
make sure that paramiko version is <4.0.0
1 parent 252a3e1 commit ae631aa

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[packages]
77
synapseclient = {file = ".", editable = true, path = "."}
8-
paramiko = ">=4.0.0"
8+
paramiko = "<4.0.0"
99

1010
[requires]
1111
python_version = "3.12.6"

Pipfile.lock

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)