Skip to content

Bug risk: paramiko-related deprecation warning #987

Open
@Andrew-S-Rosen

Description

@Andrew-S-Rosen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Mentorship Available1:1 Private Mentoring available to new contributorsbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions