github MohamedAbdallah-14/unslop unslop-v0.5.2
unslop v0.5.2 — CI hot-fix (strict mypy overrides)

latest releases: unslop-v0.7.0, unslop-v0.6.2, v0.6.1...
4 months ago

[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.overrides now lists torch,
    torch.nn, torch.nn.functional, transformers, huggingface_hub,
    safetensors, safetensors.torch alongside anthropic under
    ignore_missing_imports = true. These are lazy-loaded runtime
    dependencies of unslop/scripts/detector.py and
    unslop/scripts/fetch_detectors.py; CI runners without the heavy
    detector stack were failing strict mypy with import-not-found on
    each of the four Python versions in the matrix.

Don't miss a new unslop release

NewReleases is sending notifications on new releases.