mirror of
https://github.com/home-assistant/core.git
synced 2025-09-13 16:51:37 +02:00
Add pymodbus to package constraints (#150419)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
@@ -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 = (
|
||||
|
Reference in New Issue
Block a user