1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add pymodbus to PACKAGE_CHECK_VERSION_RANGE (#152494)

This commit is contained in:
epenet
2025-09-17 17:22:45 +02:00
committed by GitHub
parent 946d75d651
commit db729273a5

View File

@@ -38,6 +38,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
"pillow": "SemVer",
"pydantic": "SemVer",
"pyjwt": "SemVer",
"pymodbus": "Custom",
"pytz": "CalVer",
"requests": "SemVer",
"typing_extensions": "SemVer",
@@ -65,6 +66,14 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# https://github.com/GClunies/noaa_coops/pull/69
"noaa-coops": {"pandas"}
},
"smarty": {
# Current has an upper bound on major >=3.11.0,<4.0.0
"pysmarty2": {"pymodbus"}
},
"stiebel_eltron": {
# Current has an upper bound on major >=3.10.0,<4.0.0
"pystiebeleltron": {"pymodbus"}
},
}
PACKAGE_REGEX = re.compile(