LovensePy v1.1.4 Release Notes
Release Date: 2026-03-30 // 2 months ago-
Docker
🐳 The MQTT library integration is now available in a more user-friendly format, including via Docker🔗 Links: CHANGELOG · compare v1.1.2…v1.1.3 · PyPI
Previous changes from v1.1.3
-
HTTP (aiohttp)
Sync and async transports, Socket API token/socket URL helpers, andget_qr_codeuse aiohttp ; JSON bodies are parsed withread_response_jsonso LAN/cloud responses still decode whenContent-Typeis notapplication/json.WebSocket
WsTransportis backed by aiohttpws_connectinstead of the websockets package; receive keeps a stable socket reference acrossclose(), and all outgoing frames go through anasyncio.Lockso concurrent Engine.IO sends cannot interleavesend_str.Dependencies
Runtime stack is aiohttp + pydantic only ( websockets and hyperframe removed as direct deps). Dev/docs/service extras refreshed (see lockfile);pip-auditis capped at<2.10where it conflicts with semgrep ontomli.🔗 Links: CHANGELOG · compare v1.1.2…v1.1.3 · PyPI