tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
94 stars 51 forks source link

[BUG] Paramiko Deprecation Warning #1105

Open swainn opened 1 month ago

swainn commented 1 month ago

Describe the bug I'm seeing the following deprecation warning when starting up Tethys:

/home/tethysdev/miniconda3/envs/tethys310/lib/python3.10/site-packages/paramiko/transport.py:258: 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,

I'm not sure what is triggering this, but I seem to remember Paramiko being used as part of Condor Jobs?

Tethys Environment Information Include output from these commands: