Skip to content

Commit da31fe5

Browse files
authored
fix(plc4py): updated aenum dependency version to resolve Python build failures (#2216)
1 parent 5af72b3 commit da31fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plc4py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description = "Plc4Py The Python Industrial IOT Adapter"
3232
version = "0.13"
3333
readme = "README.md"
3434
dependencies = [
35-
"aenum",
35+
"aenum>=3.1.15",
3636
"bitarray",
3737
"typing_extensions",
3838
"pluggy",

0 commit comments

Comments
 (0)