mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add strict typing for WLED (#79822)
* Add strict typing for WLED * Update backoff constraint
This commit is contained in:
@@ -124,9 +124,8 @@ multidict>=6.0.2
|
||||
# https://github.com/home-assistant/core/pull/68176
|
||||
authlib<1.0
|
||||
|
||||
# Pin backoff for compatibility until most libraries have been updated
|
||||
# https://github.com/home-assistant/core/pull/70817
|
||||
backoff<2.0
|
||||
# Version 2.0 added typing, prevent accidental fallbacks
|
||||
backoff>=2.0
|
||||
|
||||
# Breaking change in version
|
||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||
|
||||
Reference in New Issue
Block a user