From 1f92c25b8c02acee6582161d935d6e72cb0f96a2 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Sun, 9 Jan 2022 06:04:19 +0200 Subject: [PATCH] Remove package constraint to websockets (#63703) --- homeassistant/package_constraints.txt | 4 ---- script/gen_requirements_all.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index adc2464c826..bae322d3834 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -87,9 +87,5 @@ regex==2021.8.28 # can remove after httpx/httpcore updates its anyio version pin anyio>=3.3.1 -# websockets 10.0 is broken with AWS -# https://github.com/aaugustin/websockets/issues/1065 -websockets==9.1 - # pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead pytest_asyncio==1000000000.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 117e5230c52..804fff3dc57 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -113,10 +113,6 @@ regex==2021.8.28 # can remove after httpx/httpcore updates its anyio version pin anyio>=3.3.1 -# websockets 10.0 is broken with AWS -# https://github.com/aaugustin/websockets/issues/1065 -websockets==9.1 - # pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead pytest_asyncio==1000000000.0.0 """