From fd1ed9aca7bc39a5e3ec6bc9d7dc0372bf15329c Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Wed, 29 Jul 2026 08:59:47 -0700 Subject: [PATCH] chore(weight-custody-manifest): bump SDK pin to >=0.22.1 Track the current published release (validated H100 GPU verifier + fixed PyPI project URLs). Behavior unchanged; the examples already ran green against 0.22.x. Co-Authored-By: Claude Opus 4.8 (1M context) --- weight-custody-manifest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weight-custody-manifest/requirements.txt b/weight-custody-manifest/requirements.txt index e99a4f2..e797136 100644 --- a/weight-custody-manifest/requirements.txt +++ b/weight-custody-manifest/requirements.txt @@ -1,4 +1,4 @@ # The Weight Custody Manifest reference SDK, from PyPI. # Covers the offline examples. provenance_model_signing.py additionally needs the # [model-signing] extra: pip install "weight-custody-manifest[model-signing]". -weight-custody-manifest>=0.21.0 +weight-custody-manifest>=0.22.1