From 26b0287130d9453d8e553924857ef68cc7416d5e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 18 Jul 2024 10:15:11 +0200 Subject: [PATCH] Update to Matter SDK wheels 2024.7.1 This fixes Subscription issues. Mainly it avoids being stuck in subscription setup if there is a communication issue with the device. Fixes: #807 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6ea07aff..8ea8d3ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "async-timeout", "coloredlogs", "orjson", - "home-assistant-chip-clusters==2024.7.0", + "home-assistant-chip-clusters==2024.7.1", ] description = "Python Matter WebSocket Server" license = {text = "Apache-2.0"} @@ -39,7 +39,7 @@ server = [ "cryptography==42.0.8", "orjson==3.10.6", "zeroconf==0.132.2", - "home-assistant-chip-core==2024.7.0", + "home-assistant-chip-core==2024.7.1", ] test = [ "codespell==2.3.0",