fix: remove explicit paramiko pin to resolve dependency conflict with netmiko

paramiko>=5.0.0 conflicts with netmiko 4.7.0 which requires paramiko<5.0.
Remove the explicit pin; paramiko is pulled in transitively via netmiko.
To fix CVE-2026-44405, upgrade paramiko separately:
  pip install "paramiko>=5.0.0"

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
YueGuobin 2026-05-19 08:52:19 +08:00
parent ca2004e715
commit cd737cc5ed
No known key found for this signature in database

View File

@ -31,7 +31,6 @@ langsmith>=0.7.7
# Network Automation
netmiko>=4.7.0
paramiko>=5.0.0
nornir>=3.5.0
nornir-netmiko>=1.0.1
nornir-utils>=0.2.0