From 8b3f9e059fd946be81976fe92f3fd09aaeca7505 Mon Sep 17 00:00:00 2001 From: Erik Kastelec Date: Fri, 4 Nov 2022 10:25:58 +0100 Subject: [PATCH] Fixed problems with attrs library import introduced in twisted version 22.10.0 #39 --- custom_components/wemportal/manifest.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/custom_components/wemportal/manifest.json b/custom_components/wemportal/manifest.json index 649da90..c25d483 100644 --- a/custom_components/wemportal/manifest.json +++ b/custom_components/wemportal/manifest.json @@ -4,14 +4,15 @@ "documentation": "https://github.com/erikkastelec/hass-WEM-Portal", "issue_tracker": "https://github.com/erikkastelec/hass-WEM-Portal/issues", "dependencies": [], - "version": "1.3.10", + "version": "1.3.12", "codeowners": [ "@erikkastelec" ], "requirements": [ - "scrapyscript==1.1.0", - "scrapy==2.6.3", - "fuzzywuzzy==0.18.0" + "scrapyscript==1.1.*", + "scrapy==2.7.*", + "fuzzywuzzy==0.18.0", + "twisted<=22.10.0" ], "iot_class": "cloud_polling" }