python
python copied to clipboard
bleak dependency makes home assistant integrations fail
Hello,
Since version 2025.8 of HomeAssistant, bleak 1.0.1 is used. That means that intergrations relying on the meshtastic package, gets an error and wont load. "Unable to install package meshtastic==2.7.0: × No solution found when resolving dependencies: ╰─▶ Because meshtastic==2.7.0 depends on bleak>=0.22.3,<0.23.0 and bleak==1.0.1"
Please have a look and see if the bleak requirements can be changed.
Thanks.
I might have solved this particular issue. The integration had specified an old version of meshtastic and when I removed the version statement it seemed to work. However, I think a newer bleak would be good anyway.