Add pymodbus to package constraints (#150420)

This commit is contained in:
epenet
2025-08-15 13:57:11 +02:00
committed by GitHub
parent 1e87f0cab1
commit 8d49cb1195
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -216,3 +216,8 @@ rpds-py==0.24.0
# Constraint num2words to 0.5.14 as 0.5.15 and 0.5.16 were removed from PyPI
num2words==0.5.14
# pymodbus does not follow SemVer, and it keeps getting
# downgraded or upgraded by custom components
# This ensures all use the same version
pymodbus==3.9.2
+5
View File
@@ -242,6 +242,11 @@ rpds-py==0.24.0
# Constraint num2words to 0.5.14 as 0.5.15 and 0.5.16 were removed from PyPI
num2words==0.5.14
# pymodbus does not follow SemVer, and it keeps getting
# downgraded or upgraded by custom components
# This ensures all use the same version
pymodbus==3.9.2
"""
GENERATED_MESSAGE = (