Bump zwave-js-server-python to 0.37.0 (#72395)

This commit is contained in:
Raman Gupta 2022-05-25 13:46:55 -04:00 committed by GitHub
parent c8c4bf6c37
commit fe3fa0ae17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 445 additions and 24 deletions

View file

@ -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,