Deprecate pyserial-asyncio in favor of serialx (#174014)

This commit is contained in:
Josef Zweck
2026-08-18 18:44:30 +02:00
committed by GitHub
parent a92eef998d
commit 3e38ddd788
3 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -104,9 +104,8 @@ FORBIDDEN_PACKAGES = {
"dataclasses-json": "be removed (it can break in Python 3.15)",
# Only needed for docs
"mkdocs": "not be a runtime dependency",
# Does blocking I/O and should be replaced by pyserial-asyncio-fast
# See https://github.com/home-assistant/core/pull/116635
"pyserial-asyncio": "be replaced by pyserial-asyncio-fast",
# See https://developers.home-assistant.io/blog/2026/04/27/pyserial-to-serialx/
"pyserial-asyncio": "be replaced by serialx",
# Only needed for tests
"pytest": "not be a runtime dependency",
# Only needed for build