Skip to content

Release v2.14.2

Choose a tag to compare

@johnhuang316 johnhuang316 released this 23 Mar 09:30
· 38 commits to master since this release

Highlights

  • Guard the kqueue observer on unsupported platforms to avoid platform-specific import/runtime errors.
  • Add negative-test coverage for unsupported kqueue environments to keep the watcher behavior verified across platforms.

Verification

  • uv run pytest
  • 49 tests passed