From cd737cc5ed6ed7029a89cdeeacefda80990df7c0 Mon Sep 17 00:00:00 2001 From: YueGuobin Date: Tue, 19 May 2026 08:52:19 +0800 Subject: [PATCH] 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 --- ai-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ai-requirements.txt b/ai-requirements.txt index 2db0de884..caf1e0965 100644 --- a/ai-requirements.txt +++ b/ai-requirements.txt @@ -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