Allow multidict 6.0.2+ to fix ZHA, gTTS and other integrations (#67046)

This commit is contained in:
Timothy Kist
2022-02-23 11:25:54 +00:00
committed by GitHub
parent e1989e2858
commit 6a5215dc0e
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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 = (