Skip to content

2.0.1

Choose a tag to compare

@balloob balloob released this 25 Jun 00:20
30c8a1f

Patch release: dependency relaxation and pymodbus 3.13 support.

  • Support the latest pymodbus (3.13) and drop the <3.12 upper 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,
    mirroring pymodbus[serial].
  • Fix a stale Device import in the README's model example (renamed to
    ComponentGroup).

No code/API changes to the library itself.