Skip to content

Commit

Permalink
fix: add typing-extensions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gpajot committed Apr 1, 2024
1 parent fa94831 commit a86a4d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "local_tuya"
version = "2.2.0"
version = "2.2.1"
description = "Interface to Tuya devices over LAN."
authors = ["Gabriel Pajot <gab@les-cactus.co>"]
license = "MIT"
Expand All @@ -13,6 +13,7 @@ python = ">=3.8"

pycryptodomex = ">=3,<4"
concurrent-tasks = ">=1.6,<2"
typing-extensions = ">=4.10"

[tool.poetry.group.test.dependencies]
pytest = "==8.1.1"
Expand Down

0 comments on commit a86a4d5

Please sign in to comment.