Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

v0.5.2 — signing is a core dependency

Choose a tag to compare

@MrPredic MrPredic released this 05 Aug 15:28
· 17 commits to main since this release

Fixed

  • cryptography was an extra, not a dependency, so on a plain
    pip install signalmap every command that emits a verdict — distill,
    fit, monitor — died with ModuleNotFoundError when it went to sign the
    receipt. Signing is not optional; it is a core dependency now. A test asserts
    it stays one.
  • tools/verify_receipt.py raised a traceback when cryptography was absent.
    It is meant to run in an environment that has nothing to do with signalmap,
    so it now says what to install.