From 7c494c38a6ab4a6974e586f20385a6db35f01caa Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Mon, 9 Mar 2026 21:17:51 -0400 Subject: [PATCH] fix: replace (str, Enum) with StrEnum to resolve ruff UP042 (#87) StrEnum (Python 3.11+) is the modern replacement for the (str, Enum) pattern. Updates SyncState and PipelineState enums. Co-authored-by: Claude Opus 4.6