You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Paramiko 3.4.0 is throwing deprecation warnings about
/usr/local/lib/python3.11/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,
Upgrading the dependency to 3.4.1 should address it.
To Reproduce
Steps to reproduce the behavior:
Do just about anything, but certainly an import
See deprecation message
Expected behavior
No deprecation warnings are printed in normal use.
Screenshots / Logs.
If applicable, add screenshots to help explain your problem.
Environment
OS: [e.g. iOS] python-3.11.10-slim docker image
Python version: 3.11.10
Installed packages:
appuser@1d94b0a84bca:/app/docs$ pip list
WARNING: The directory '/nonexistent/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Package Version
------------------------ ---------
annotated-types 0.7.0
anyio 4.7.0
argcomplete 3.5.2
attrs 24.2.0
bcrypt 4.2.1
black 24.10.0
certifi 2024.8.30
cffi 1.17.1
charset-normalizer 3.4.0
click 8.1.7
cmarkgfm 2024.1.14
compliance-trestle 3.6.0
compliance-trestle-gsa 0.0.1
cryptography 43.0.3
datamodel-code-generator 0.25.3
defusedxml 0.7.1
dnspython 2.7.0
email_validator 2.2.0
et_xmlfile 2.0.0
furl 2.1.3
genson 1.3.0
h11 0.14.0
httpcore 1.0.7
httpx 0.28.1
idna 3.10
ilcli 0.3.2
importlib_resources 6.4.5
inflect 5.6.2
isort 5.13.2
Jinja2 3.1.4
MarkupSafe 3.0.2
mypy-extensions 1.0.0
openpyxl 3.1.5
orderedmultidict 1.0.1
orjson 3.10.12
packaging 24.2
paramiko 3.4.0
pathspec 0.12.1
pip 24.0
platformdirs 4.3.6
pycparser 2.22
pydantic 2.10.3
pydantic_core 2.27.1
PyNaCl 1.5.0
python-dotenv 1.0.1
python-frontmatter 1.1.0
PyYAML 6.0.2
requests 2.32.3
ruamel.yaml 0.18.6
ruamel.yaml.clib 0.2.12
setuptools 65.5.1
six 1.17.0
sniffio 1.3.1
typing_extensions 4.12.2
urllib3 2.2.3
wheel 0.45.1
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Paramiko 3.4.0 is throwing deprecation warnings about
Upgrading the dependency to
3.4.1
should address it.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No deprecation warnings are printed in normal use.
Screenshots / Logs.
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: