gbonazzoli commented on issue #23925:
URL: https://github.com/apache/airflow/issues/23925#issuecomment-1139230609
@eladkal @potiuk
If it can be of help, I manually upgraded paramiko without having any
complain from pip:
```
root@airflow:~# pip3 install --upgrade paramiko
Requirement already satisfied: paramiko in
/usr/local/lib/python3.8/dist-packages (2.10.4)
Collecting paramiko
Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 4.9 MB/s eta
0:00:00
Requirement already satisfied: cryptography>=2.5 in
/usr/local/lib/python3.8/dist-packages (from paramiko) (37.0.2)
Requirement already satisfied: pynacl>=1.0.1 in
/usr/lib/python3/dist-packages (from paramiko) (1.3.0)
Requirement already satisfied: bcrypt>=3.1.3 in
/usr/local/lib/python3.8/dist-packages (from paramiko) (3.2.2)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from
paramiko) (1.14.0)
Requirement already satisfied: cffi>=1.1 in
/usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->paramiko) (1.15.0)
Requirement already satisfied: pycparser in
/usr/local/lib/python3.8/dist-packages (from
cffi>=1.1->bcrypt>=3.1.3->paramiko) (2.21)
Installing collected packages: paramiko
Attempting uninstall: paramiko
Found existing installation: paramiko 2.10.4
Uninstalling paramiko-2.10.4:
Successfully uninstalled paramiko-2.10.4
Successfully installed paramiko-2.11.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]