From 98eb72051e93802e8a605ecf86f8176e321c129e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 2 Jul 2025 10:56:31 +0200 Subject: [PATCH] Update to Matter SDK wheels 2025.7.0 The Matter SDK wheels have been updated to version 2025.7.0, which is built from the v1.4.2 branch of the Matter SDK repository. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68d3f85a..5cf20f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "async-timeout", "coloredlogs", "orjson", - "home-assistant-chip-clusters==2025.4.0", + "home-assistant-chip-clusters==2025.7.0", ] description = "Open Home Foundation Matter Server" license = {text = "Apache-2.0"} @@ -40,7 +40,7 @@ server = [ "cryptography==45.0.4", "orjson==3.10.18", "zeroconf==0.147.0", - "home-assistant-chip-core==2025.4.0", + "home-assistant-chip-core==2025.7.0", ] test = [ "aioresponses==0.7.8",