Skip to content

Commit 9344e8b

Browse files
authored
Update to Matter SDK wheels 2024.2.1 (#598)
1 parent c4e45dc commit 9344e8b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN \
1010
&& apt-get update \
1111
&& apt-get install -y --no-install-recommends \
1212
libuv1 \
13-
openssl \
1413
zlib1g \
1514
libjson-c5 \
1615
libnl-3-200 \

Dockerfile.dev

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN \
1010
&& apt-get update \
1111
&& apt-get install -y --no-install-recommends \
1212
libuv1 \
13-
openssl \
1413
zlib1g \
1514
libjson-c5 \
1615
libnl-3-200 \

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.0",
25+
"home-assistant-chip-clusters==2024.2.1",
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.0",
37+
"home-assistant-chip-core==2024.2.1",
3838
"cryptography==42.0.5",
3939
"zeroconf==0.131.0",
4040
]

0 commit comments

Comments
 (0)