Closed lulingar closed 8 months ago
While I can and will upload 0.40.1 shortly, the problem doesn't originate with moat-mqtt. The root cause is the fact that trio's version numbering scheme doesn't follow Semantic Versioning guidelines, thus some Trio upgrade happened to break your anyio package.
I'll probably have to start a discussion about that on the Trio issue tracker.
On moat 0.39.8 (the current latest available on
pip
, despite the 0.40.0 release already available on GitHub), I have ran into errors like:which have gone away just by doing
pip install -U anyio
. Please update the version compatibility for moat-mqtt.