Update PySNMP (Slim is now deprecated)

This commit is contained in:
2025-08-24 15:36:26 +02:00
parent e4e79a34a9
commit 85a14f4fa0
2 changed files with 31 additions and 15 deletions

View File

@@ -2,7 +2,8 @@
# Install with: pip install -r requirements.txt
# SNMP library for asynchronous SNMP operations
pysnmp>=6.0.0
# Note: pysnmp 7.x uses a new API structure (no more Slim class)
pysnmp>=7.0.0
# MQTT client library for connecting to MQTT brokers
paho-mqtt>=1.6.0