Add missing typing_extensions dependency (#1101)

This commit is contained in:
Steven B. 2024-08-23 19:23:10 +01:00 committed by GitHub
parent b6339be9ec
commit 2706e9a5be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -2277,4 +2277,4 @@ speedups = ["kasa-crypt", "orjson"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "77c2a966172a89c0119dba1fdc03dab67d80fd33939424633cd02731b699d6af"
content-hash = "c29200a35b10776b74812daf37b88bf400f7f496825954f7a9eba718f215ae3b"

View File

@ -42,6 +42,7 @@ docutils = { version = ">=0.17", optional = true }
# enhanced cli support
ptpython = { version = "*", optional = true }
rich = { version = "*", optional = true }
typing-extensions = ">=4.12.2,<5.0"
[tool.poetry.group.dev.dependencies]
pytest = "*"