Open
Description
Code snippet
from maggma.stores import MemoryStore
returns
C:\Users\asros\miniconda\envs\test\Lib\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,
C:\Users\asros\miniconda\envs\test\Lib\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,
I remain a bit unsure where this is coming from. TripleDes
is not directly called in maggma, so this may not be a "maggma problem" per se, but it would be worth finding the source so we can: a) inform the maintainer; b) make sure maggma doesn't break in the future.
Version
0.69.1
Which OS?
- MacOS
- Windows
- Linux
Log output
No response