From 80359a2eef81971ea48844c33bd1a1c142fe67f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:55:59 +0000 Subject: [PATCH] chore(deps): Update weight-custody-manifest requirement Updates the requirements on [weight-custody-manifest](https://github.com/agentrust-io/weight-custody-manifest) to permit the latest version. - [Release notes](https://github.com/agentrust-io/weight-custody-manifest/releases) - [Changelog](https://github.com/agentrust-io/weight-custody-manifest/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/weight-custody-manifest/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: weight-custody-manifest dependency-version: 0.28.1 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 24f1890..22749e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,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.5.0 -weight-custody-manifest>=0.28.0,<0.29.0 +weight-custody-manifest>=0.28.1,<0.29.0 openai>=2.54.0