I noticed, that there is a warning during client initialization:
/home/michal/PycharmProjects/medenopt/venv/lib/python3.12/site-packages/aiomqtt/client.py:254: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
self._client: mqtt.Client = mqtt.Client(
It is realted to paho-mqtt. Can you update it to a new version?
Hi,
I noticed, that there is a warning during client initialization:
It is realted to paho-mqtt. Can you update it to a new version?