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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user