From 54e1e9b7166e731f7ddaa5c7285d525663390fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:24:54 +0000 Subject: [PATCH] chore(deps): Update weight-custody-manifest requirement Updates the requirements on [weight-custody-manifest](https://github.com/agentrust-io/examples) to permit the latest version. - [Commits](https://github.com/agentrust-io/examples/commits) --- updated-dependencies: - dependency-name: weight-custody-manifest dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e8d560..cb0af0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ # this file makes pip backtrack to 0.1.0 rather than report a conflict, and the demo # then dies at startup instead of at install time. See PR body. cmcp-runtime>=0.4.0 -weight-custody-manifest>=0.23.0,<0.25.0 +weight-custody-manifest>=0.25.0,<0.26.0 openai>=2.54.0