From 39fbc96e5349f4269090ef4bfe9dc43171b1b35d Mon Sep 17 00:00:00 2001 From: Florian Braun Date: Wed, 26 Jun 2024 14:21:24 +0200 Subject: [PATCH] pin paho-mqtt dependency to >=2.1.0 to keep the old callback API version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0975c6a..e5420b4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "dashboards": ["psycogreen", "psycopg2-binary"], "kafka": ["confluent-kafka"], "mongo": ["pymongo"], - "mqtt": ["paho-mqtt>=1.5.0"], + "mqtt": ["paho-mqtt>=2.1.0"], "appinsights": ["opencensus-ext-azure"], "resource": ["lxml"], "boto3": ["boto3"],