Skip to content

Commit

Permalink
Update to Matter SDK wheels 2024.2.2 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Feb 29, 2024
1 parent f41d752 commit f14f729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"coloredlogs",
"dacite",
"orjson",
"home-assistant-chip-clusters==2024.2.1",
"home-assistant-chip-clusters==2024.2.2",
]
description = "Python Matter WebSocket Server"
license = {text = "Apache-2.0"}
Expand All @@ -34,7 +34,7 @@ version = "0.0.0"

[project.optional-dependencies]
server = [
"home-assistant-chip-core==2024.2.1",
"home-assistant-chip-core==2024.2.2",
"cryptography==42.0.5",
"zeroconf==0.131.0",
]
Expand Down

0 comments on commit f14f729

Please sign in to comment.