From fa22d67ecb433aa0b962df0cba31c5244917ebf7 Mon Sep 17 00:00:00 2001 From: Rico Schrage Date: Sun, 20 Oct 2024 21:47:11 +0200 Subject: [PATCH] Using protobug 27 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 59e1e65..c7c7616 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ EMAIL = "mango@offis.de" AUTHOR = "mango Team" REQUIRES_PYTHON = ">=3.10.0" -VERSION = "2.0.2" +VERSION = "2.0.3" # What packages are required for this module to be executed? REQUIRED = [ "paho-mqtt>=2.1.0", "python-dateutil>=2.9.0", "dill>=0.3.8", - "protobuf>=5.28.2", + "protobuf>=5.27.2", ] # What packages are optional?