Aix toolbox python3 version is Python 3.9.20 and paramiko is 3.4.0. We are seeing the below output with any script using paramiko. My understanding is that this has been fixed in paramiko 3.4.1. Can you please update the repository with this new version ASAP?
Thanks,
Brent Fortman
/opt/freeware/lib/python3.9/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be re moved from this module in 48.0.0.
"cipher": algorithms.TripleDES,
/opt/freeware/lib/python3.9/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
------------------------------
Brent Fortman
------------------------------