From 6a5215dc0e0c4014dcaf51fcefafcdf7fee9db0a Mon Sep 17 00:00:00 2001 From: Timothy Kist Date: Wed, 23 Feb 2022 11:25:54 +0000 Subject: [PATCH] Allow multidict 6.0.2+ to fix ZHA, gTTS and other integrations (#67046) --- homeassistant/package_constraints.txt | 4 ++-- script/gen_requirements_all.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 44ff7d46453..89631a4fc1e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 1e3f39a2f89..fe8962e4f1e 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -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 = (