Skip to content

Commit 3afedd3

Browse files
authored
Merge pull request #1231 from Sage-Bionetworks/fix-paramiko
[SYNPY-1642] Make sure paramiko is < 4.0.0
2 parents 01d1110 + a2593a8 commit 3afedd3

File tree

3 files changed

+503
-298
lines changed

3 files changed

+503
-298
lines changed

Pipfile

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

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

910
[requires]
1011
python_version = "3.12.6"

0 commit comments

Comments
 (0)