Allow multidict 6.0.2+ to fix ZHA, gTTS and other integrations (#67046)
This commit is contained in:
parent
e1989e2858
commit
6a5215dc0e
2 changed files with 4 additions and 4 deletions
|
@ -94,5 +94,5 @@ python-engineio>=3.13.1,<4.0
|
|||
python-socketio>=4.6.0,<5.0
|
||||
|
||||
# Constrain multidict to avoid typing issues
|
||||
# https://github.com/home-assistant/core/pull/64792
|
||||
multidict<6.0.0
|
||||
# https://github.com/home-assistant/core/pull/67046
|
||||
multidict>=6.0.2
|
||||
|
|
|
@ -122,8 +122,8 @@ python-engineio>=3.13.1,<4.0
|
|||
python-socketio>=4.6.0,<5.0
|
||||
|
||||
# Constrain multidict to avoid typing issues
|
||||
# https://github.com/home-assistant/core/pull/64792
|
||||
multidict<6.0.0
|
||||
# https://github.com/home-assistant/core/pull/67046
|
||||
multidict>=6.0.2
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
|
Loading…
Add table
Reference in a new issue