Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set minimum paramiko version to 3.2.0 #1984

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

un-def
Copy link
Collaborator

@un-def un-def commented Nov 12, 2024

dstack uses PKey.fingerprint property, which was added in 3.2.0:

https://www.paramiko.org/changelog.html

3.2.0 2023-05-25

  • [Feature]: PKey grew a new .fingerprint property [...]

Fixes: #1982

`dstack` uses `PKey.fingerprint` property, which was added in 3.2.0:

https://www.paramiko.org/changelog.html

> 3.2.0 2023-05-25
> * [Feature]: `PKey` grew a new `.fingerprint` property [...]

Fixes: #1982
@un-def un-def requested a review from jvstme November 12, 2024 08:09
@un-def un-def merged commit 7a20386 into master Nov 12, 2024
23 checks passed
@un-def un-def deleted the set_minimum_paramiko_version branch November 12, 2024 15:48
superprat pushed a commit to bahaal-tech/dstack that referenced this pull request Dec 20, 2024
`dstack` uses `PKey.fingerprint` property, which was added in 3.2.0:

https://www.paramiko.org/changelog.html

> 3.2.0 2023-05-25
> * [Feature]: `PKey` grew a new `.fingerprint` property [...]

Fixes: dstackai#1982
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: dstack server is not compatible with paramiko<3.2
2 participants