v3.5.3: Hotfix for pyzmq installation on Bullseye
Caution
Do NOT use the latest RaspberryPi OS Bookworm release (also don't upgrade via apt) with the new kernel 6.6, if you need to use GPIO components . There have been incompatible changes for the RPi.GPIO library, so Shims and Rfid Reader usage can be broken (#2295).
Using RaspberryPi OS Bullseye is the current recommendation as it does not use the new kernel.
Important
See notes about updates in v3.5.0
Summary
Fixes
- Hotfix for pyzmq installation on Bullseye. pyzmq version is now pinned to below 26.
- Added installation checks to verify correct ZMQ installation
Note
This hotfix is only relevant for new installations. Existing installations don't need to install or patch.
How to update
What's Changed
- hotfix pyzmq installation on bullseye (pin version <26) by @AlvinSchiller in #2345
Full Changelog: v3.5.2...v3.5.3