This is an automated email from the ASF dual-hosted git repository.

otluk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new da31fe5e89 fix(plc4py):  updated aenum dependency version to resolve 
Python build failures (#2216)
da31fe5e89 is described below

commit da31fe5e89185bb1b73b97e67e9956c047def981
Author: Tamir Suliman <tsuli...@linuxvaults.com>
AuthorDate: Thu Aug 28 19:35:37 2025 +0200

    fix(plc4py):  updated aenum dependency version to resolve Python build 
failures (#2216)
---
 plc4py/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4py/pyproject.toml b/plc4py/pyproject.toml
index 4664602bd2..5cf52cc8c8 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",

Reply via email to