mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 02:24:51 -05:00
Deprecate pyserial-asyncio in favor of serialx (#174014)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user