Add pymodbus to package constraints (#150419)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
epenet
2025-08-12 00:50:05 +02:00
committed by GitHub
parent 6cde5cfdcc
commit 68fbcc8665
2 changed files with 10 additions and 0 deletions

View File

@@ -215,3 +215,8 @@ rpds-py==0.26.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.11.1

View File

@@ -241,6 +241,11 @@ rpds-py==0.26.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.11.1
"""
GENERATED_MESSAGE = (