[0.5.2] — 2026-04-21
CI hot-fix. No functional change; re-tag of 0.5.1 with a mypy config
correction so the Tests workflow stays green in matrix rows that do
not install the optional detector stack.
Fixed
unslop/pyproject.toml:tool.mypy.overridesnow liststorch,
torch.nn,torch.nn.functional,transformers,huggingface_hub,
safetensors,safetensors.torchalongsideanthropicunder
ignore_missing_imports = true. These are lazy-loaded runtime
dependencies ofunslop/scripts/detector.pyand
unslop/scripts/fetch_detectors.py; CI runners without the heavy
detector stack were failing strict mypy withimport-not-foundon
each of the four Python versions in the matrix.