Skip to content

Commit

Permalink
add typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mausy5043 committed Jan 1, 2025
1 parent 819e54d commit 83906a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ build-backend = "hatchling.build"
[project]
name = "pylywsdxx"
description = "A Python3 class to interrogate Xiaomi Mijia LYWSD* sensors."
version = "2.6.2" # latest/current distribution version
version = "2.6.3" # latest/current distribution version
# version = "2.5.1" # latest test version
dependencies = [
"bluepy3==2.18.1",
"typing-extensions",
]
license = "MIT"
authors = [
Expand Down

0 comments on commit 83906a3

Please sign in to comment.