stlehmann / Flask-MQTT

Flask Extension for the MQTT protocol
MIT License
207 stars 71 forks source link

paho-mqtt 2.0.0 breaks flask-mqtt #164

Closed samjt closed 8 months ago

samjt commented 9 months ago

paho-mqtt 2.0.0 requires an argument in it's Client constructor that isn't present in the flask-mqtt wrapper.

This PR fixes the issue: https://github.com/stlehmann/Flask-MQTT/pull/163

tonsmets commented 8 months ago

Please merge this! @stlehmann

stlehmann commented 8 months ago

@tonsmets I've not been maintaining this repository actively for a while now. As this project was developed with paho-mqtt < 2 I will pin the version requirements to use paho-mqtt < 2 to clarify things and prevent errors on installation.