Bump zwave-js-server-python to 0.37.0 (#72395)
This commit is contained in:
parent
c8c4bf6c37
commit
fe3fa0ae17
14 changed files with 445 additions and 24 deletions
|
@ -114,8 +114,7 @@ DRY_RUN = "dry_run"
|
|||
# constants for inclusion
|
||||
INCLUSION_STRATEGY = "inclusion_strategy"
|
||||
|
||||
# Remove type ignore when bumping library to 0.37.0
|
||||
INCLUSION_STRATEGY_NOT_SMART_START: dict[ # type: ignore[misc]
|
||||
INCLUSION_STRATEGY_NOT_SMART_START: dict[
|
||||
int,
|
||||
Literal[
|
||||
InclusionStrategy.DEFAULT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue