Skip to content

Conversation

@eradman
Copy link
Collaborator

@eradman eradman commented Dec 5, 2024

What type of PR is this?

  • Bug Fix

Description

Solves the deprecation warning for TripleDES

$ docker compose exec server ./manage.py
/usr/local/lib/python3.10/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,
/usr/local/lib/python3.10/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,

How is this tested?

  • Unit tests (pytest, jest)
  • Manually

Related Tickets & Documents

paramiko/paramiko#2419

Solves the deprecation warning for TripleDES

paramiko/paramiko#2419
@lucydodo lucydodo merged commit 130ab1f into getredash:master Dec 7, 2024
11 checks passed
@eradman eradman deleted the paramiko branch December 7, 2024 02:36
harveyrendell pushed a commit to pushpay/redash that referenced this pull request Jan 8, 2025
Solves the deprecation warning for TripleDES
Related: paramiko/paramiko#2419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants