selfuryon / netdev

Asynchronous multi-vendor library for interacting with network devices
http://netdev.readthedocs.io/
Apache License 2.0
213 stars 44 forks source link

Could you upgrade Asyncssh in netdev #55

Open LF3551 opened 3 years ago

LF3551 commented 3 years ago

I have this problem

netdev with asyncssh<2.0,>=1.15 and scrapli with asyncssh<3.0.0,>=2.2.1

Could you upgrade netdev with new version Asyncssh and make compatibility

heyglen commented 3 years ago

AsyncSSH 1.18 is also throwing security alerts from pyup.

Reproduce on windows:

python -m venv .venv\
.venv\Scripts\activate.bat
pip install -U pip
pip install -U wheel
pip install netdev
pip install safety
safety check
+==============================================================================+
|                                                                              |
|                               /$$$$$$            /$$                         |
|                              /$$__  $$          | $$                         |
|           /$$$$$$$  /$$$$$$ | $$  \__//$$$$$$  /$$$$$$   /$$   /$$           |
|          /$$_____/ |____  $$| $$$$   /$$__  $$|_  $$_/  | $$  | $$           |
|         |  $$$$$$   /$$$$$$$| $$_/  | $$$$$$$$  | $$    | $$  | $$           |
|          \____  $$ /$$__  $$| $$    | $$_____/  | $$ /$$| $$  | $$           |
|          /$$$$$$$/|  $$$$$$$| $$    |  $$$$$$$  |  $$$$/|  $$$$$$$           |
|         |_______/  \_______/|__/     \_______/   \___/   \____  $$           |
|                                                          /$$  | $$           |
|                                                         |  $$$$$$/           |
|  by pyup.io                                              \______/            |
|                                                                              |
+==============================================================================+
| REPORT                                                                       |
| checked 20 packages, using free DB (updated once a month)                    |
+============================+===========+==========================+==========+
| package                    | installed | affected                 | ID       |
+============================+===========+==========================+==========+
| asyncssh                   | 1.18.0    | <2.5.0                   | 39350    |
+==============================================================================+