We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f28f commit 8aac9b0Copy full SHA for 8aac9b0
1 file changed
pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
"async-timeout",
21
"coloredlogs",
22
"orjson",
23
- "home-assistant-chip-clusters==2025.4.0",
+ "home-assistant-chip-clusters==2025.7.0",
24
]
25
description = "Open Home Foundation Matter Server"
26
license = {text = "Apache-2.0"}
@@ -40,7 +40,7 @@ server = [
40
"cryptography==45.0.4",
41
"orjson==3.10.18",
42
"zeroconf==0.147.0",
43
- "home-assistant-chip-core==2025.4.0",
+ "home-assistant-chip-core==2025.7.0",
44
45
test = [
46
"aioresponses==0.7.8",
0 commit comments