From 2998ca0b901a29dd7c5225ce1663b8804db2e226 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Thu, 8 Aug 2024 18:15:48 -0400 Subject: [PATCH] pin pysnmp version to 4.4.12 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9148fe74..cf30d99f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ twisted # hardware communication pyserial -pysnmp +pysnmp==4.4.12 pysmi pyasn1==0.4.8 diff --git a/setup.py b/setup.py index 6767dc640..8b8cac456 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ 'ocs', 'pyModbusTCP', 'pyserial', - 'pysnmp', + 'pysnmp==4.4.12', 'pysmi', 'pyyaml', 'requests',