From f3642218b0083d6c3f1f90352028d150e73d14ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:57:24 +0000 Subject: [PATCH] chore(deps): update cmcp-runtime requirement from >=0.4.0 to >=0.4.1 Updates the requirements on [cmcp-runtime](https://github.com/agentrust-io/cmcp) to permit the latest version. - [Release notes](https://github.com/agentrust-io/cmcp/releases) - [Changelog](https://github.com/agentrust-io/cmcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/cmcp/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: cmcp-runtime dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- industrial-embodied-ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industrial-embodied-ai/requirements.txt b/industrial-embodied-ai/requirements.txt index 42baecd..b1cd935 100644 --- a/industrial-embodied-ai/requirements.txt +++ b/industrial-embodied-ai/requirements.txt @@ -1,4 +1,4 @@ agent-manifest>=0.11.2 -cmcp-runtime>=0.4.0 +cmcp-runtime>=0.4.1 cedarpy==4.8.7 httpx>=0.28.1,<1