Aiomqtt

Latest version: v2.3.0

Safety actively analyzes 702684 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.2.0

Changed

- **BREAKING CHANGE:** Replace all uses of `asyncio.TimeoutError` with `MqttError`.

Calls to `Client.subscribe`/`unsubscribe`/`publish` will no longer raise `asyncio.TimeoutError.`

The new behaviour makes it easier to reason about, which exceptions the library
throws:

- Wrong input parameters? Raise `ValueError`.
- Network or protocol failures? `MqttError`.
- Broken library state? `RuntimeError`.

0.1.3

Fixed

- Fix how keyword arguments are forwarded in `Client.publish` and `Client.subscribe`.

0.1.2

Fixed

- Remove log call that was erroneously put in while debugging the latest release.

0.1.1

Fixed

- Add missing parameters to `Client.publish`.
- Fix error in `Client.publish` when paho-mqtt publishes immediately.

0.1.0

Initial release.

Page 6 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.