From 6734070992d303e671e41e69c63eba54493fc409 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Tue, 28 Jul 2026 14:38:26 -0700 Subject: [PATCH] chore: drop the unused agentrust-trace dependency industrial-embodied-ai declared agentrust-trace but never imports it. The example imports agent_manifest, cmcp_runtime, cmcp_verify, cryptography and stdlib only. Removing it rather than bumping its floor (dependabot proposed >=0.4.0 in #60). A floor of >=0.4.0 straddles the TRACE profile cutover: 0.4.x requires the v0.1 profile and 0.5.x requires v0.2, so the constraint would have documented a version range this example neither needs nor can meaningfully claim. An unused dependency with a misleading floor is worse than no dependency. Co-Authored-By: Claude Opus 5 (1M context) --- industrial-embodied-ai/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/industrial-embodied-ai/requirements.txt b/industrial-embodied-ai/requirements.txt index a8a8f0d..94e1e02 100644 --- a/industrial-embodied-ai/requirements.txt +++ b/industrial-embodied-ai/requirements.txt @@ -1,4 +1,3 @@ -agentrust-trace>=0.3.0 agent-manifest>=0.6.0 cmcp-runtime>=0.3.0 cedarpy==4.8.7