From 699f57e4f868fb02527ece0811d31b86f861781f Mon Sep 17 00:00:00 2001 From: Tamir Suliman Date: Sun, 10 Aug 2025 21:08:20 +0000 Subject: [PATCH] fix(plc4py): updated aenum dependency version to resolve Python build failures --- plc4py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4py/pyproject.toml b/plc4py/pyproject.toml index 4664602bd21..5cf52cc8c84 100644 --- a/plc4py/pyproject.toml +++ b/plc4py/pyproject.toml @@ -32,7 +32,7 @@ description = "Plc4Py The Python Industrial IOT Adapter" version = "0.13" readme = "README.md" dependencies = [ - "aenum", + "aenum>=3.1.15", "bitarray", "typing_extensions", "pluggy",