No reason to upgrade if it works for you already and if there are no security risks since then.
To list all versions available "pip list paho-mqtt==" To install a specified version "pip install paho-mqtt==1.6.1" Or for apt....... List all versions "apt-cache policy python3-paho-mqtt" Install one specified version "apt-get install python3-paho-mqtt=1.5.1-1" Note that for deb12 (raspi) the latest package is 1.5.1 which is a year older than 1.6.1, so they're not upgrading either. On Sunday, February 11, 2024 at 11:27:54 AM UTC-8 Greg Troxel wrote: > vince <vince...@gmail.com> writes: > > > Why not stick with 1.6.1 indefinitely and the matching version of the > > extension and not sweat it ? > > Because bugs are not going to be fixed, and packaging systems are going > to have 2.0.0, and in general trying to stay in the past causes too much > trouble eventually. The same reason weewx had to cope with python > instead of just telling people to use 2.7 :) > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/af716446-6b2b-485b-859f-b6d81bd1a0b1n%40googlegroups.com.