From d2dab0c5e7b09caed7b2062c51a94cb3cabff323 Mon Sep 17 00:00:00 2001 From: David Schmitz <schmitz@lrz.de> Date: Wed, 23 Oct 2024 09:41:37 +0000 Subject: [PATCH] python requirements.txt: limit pysnmp version to 5.1.0, as newer version have dropped support for pysnmp.hlapi.asyncore --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8f21a6f..162a8755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ PyYAML #wsgiref six requests -pysnmp +pysnmp<=5.1.0 ply ipaddress idna -- GitLab