mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-09-01 02:00:36 +02:00
Release 0.31.0
Minor, not patch: the C2PA confidence mapping changed. A cryptographically bound manifest now reports high confidence where 0.27.0 through 0.30.1 reported medium, because the previous gate required a trust anchor no installation has. Consumers that branch on `confidence` will see verdicts move on files whose bytes did not. The provenance report stays at schema 1. No field was added, removed, renamed or retyped, and the meaning of `confidence` is unchanged -- the value it carried for a verified claim was wrong. Bumping the output schema instead would break every pinned schema-1 consumer on a corrected value rather than a new shape. pre-commit: 1) maintain.sh - exit 1 on uv-secure, lightning PYSEC-2026-3624 unchanged from 0.30.1, no fixed release exists, vulnerable API unreachable (no load_from_checkpoint in project or trustmark); ruff, ruff format, pyright src/, and 1394 tests passed separately; 2) /simplify - version bump only; 3) docs sync - no version refs outside pyproject, __init__.py, uv.lock; 4) CLAUDE.md - no change Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
c927560614
commit
ba5710836b
@@ -32,7 +32,7 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error")
|
||||
_warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*")
|
||||
|
||||
|
||||
__version__ = "0.30.1"
|
||||
__version__ = "0.31.0"
|
||||
|
||||
__all__ = [
|
||||
"BatchSummary",
|
||||
|
||||
Reference in New Issue
Block a user