empicano / aiomqtt

The idiomatic asyncio MQTT client
https://aiomqtt.bo3hm.com
BSD 3-Clause "New" or "Revised" License
427 stars 75 forks source link

DeprecationWarning: #308

Closed michalmalara closed 4 months ago

michalmalara commented 4 months ago

Hi,

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?

empicano commented 4 months ago

Thanks for noticing and opening the issue! 👍