tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 12 forks source link

Avoid Paramiko (SSH) warning #171

Open PhilippvK opened 1 month ago

PhilippvK commented 1 month ago
/home/philipp/src/mlonmcu_k230/mlonmcu/venv/lib/python3.9/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
  "cipher": algorithms.TripleDES,
/home/philipp/src/mlonmcu_k230/mlonmcu/venv/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,
PhilippvK commented 1 month ago

See https://github.com/paramiko/paramiko/issues/2419