-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There is a lot of warnings like these in logs:
/usr/local/lib/python3.13/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed f
rom cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
"cipher": algorithms.TripleDES,
/usr/local/lib/python3.13/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be remo
ved from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
"class": algorithms.TripleDES,
Issue is fixed in Paramiko 3.4.1 paramiko/paramiko#2419 (comment) but
But libcloud currently still requires Paramiko 3.4.0 https://github.com/apache/libcloud/blob/5ddff4d8a8820b6d7c904969d690a53e17335c12/requirements-lint.txt#L13
EDIT: Created PR apache/libcloud#2073
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working