Skip to content

Commit f14f729

Browse files
authored
Update to Matter SDK wheels 2024.2.2 (#606)
1 parent f41d752 commit f14f729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"coloredlogs",
2323
"dacite",
2424
"orjson",
25-
"home-assistant-chip-clusters==2024.2.1",
25+
"home-assistant-chip-clusters==2024.2.2",
2626
]
2727
description = "Python Matter WebSocket Server"
2828
license = {text = "Apache-2.0"}
@@ -34,7 +34,7 @@ version = "0.0.0"
3434

3535
[project.optional-dependencies]
3636
server = [
37-
"home-assistant-chip-core==2024.2.1",
37+
"home-assistant-chip-core==2024.2.2",
3838
"cryptography==42.0.5",
3939
"zeroconf==0.131.0",
4040
]

0 commit comments

Comments
 (0)