2.0.1
Patch release: dependency relaxation and pymodbus 3.13 support.
- Support the latest pymodbus (3.13) and drop the
<3.12upper cap — the floor
stays>=3.11(the backend works across the range; CI tests the latest). - Pull serialx via
tmodbus[async-serial]instead of pinning it directly,
mirroringpymodbus[serial]. - Fix a stale
Deviceimport in the README's model example (renamed to
ComponentGroup).
No code/API changes to the library itself.