mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Allow multidict 6.0.2+ to fix ZHA, gTTS and other integrations (#67046)
This commit is contained in:
parent
e1989e2858
commit
6a5215dc0e
@ -94,5 +94,5 @@ python-engineio>=3.13.1,<4.0
|
|||||||
python-socketio>=4.6.0,<5.0
|
python-socketio>=4.6.0,<5.0
|
||||||
|
|
||||||
# Constrain multidict to avoid typing issues
|
# Constrain multidict to avoid typing issues
|
||||||
# https://github.com/home-assistant/core/pull/64792
|
# https://github.com/home-assistant/core/pull/67046
|
||||||
multidict<6.0.0
|
multidict>=6.0.2
|
||||||
|
@ -122,8 +122,8 @@ python-engineio>=3.13.1,<4.0
|
|||||||
python-socketio>=4.6.0,<5.0
|
python-socketio>=4.6.0,<5.0
|
||||||
|
|
||||||
# Constrain multidict to avoid typing issues
|
# Constrain multidict to avoid typing issues
|
||||||
# https://github.com/home-assistant/core/pull/64792
|
# https://github.com/home-assistant/core/pull/67046
|
||||||
multidict<6.0.0
|
multidict>=6.0.2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user