Skip to content

fix: use published industrial example deps#33

Open
carloshvp wants to merge 1 commit into
agentrust-io:mainfrom
carloshvp:fix-industrial-deps
Open

fix: use published industrial example deps#33
carloshvp wants to merge 1 commit into
agentrust-io:mainfrom
carloshvp:fix-industrial-deps

Conversation

@carloshvp

Copy link
Copy Markdown
Member

Summary

Root cause

The post-merge industrial-embodied-ai CI job failed while installing artifact validation dependencies because requirements.txt pinned agent-manifest to one git commit while the pinned cmcp-runtime commit depended on a different agent-manifest git commit. cmcp-runtime 0.2.1 now uses the PyPI agent-manifest>=0.1.1 dependency from agentrust-io/cmcp#336, so the published packages resolve cleanly together.

Validation

  • python -m pip install cryptography
  • python -m unittest discover -s tests -v
  • python -m pip install -r requirements.txt
  • python validate_artifacts.py
  • JSON validation across repository
  • YAML validation across repository

@github-actions

Copy link
Copy Markdown

🟡 Contributor Check: MEDIUM

Check Result
Profile LOW
Credential MEDIUM
Overall MEDIUM

Automated check by AGT Contributor Check.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor check flagged MEDIUM risk label Jun 23, 2026
@carloshvp carloshvp marked this pull request as ready for review June 23, 2026 19:58
@carloshvp

Copy link
Copy Markdown
Member Author

Ready for review.

This fixes the red industrial-embodied-ai CI after #32 by replacing the conflicting git dependency pins with the published compatible package releases from the latest cMCP/Agent Manifest publishing flow.

Validated locally and in CI:

  • validate: pass
  • industrial-embodied-ai: pass
  • gate: pass
  • check: pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:MEDIUM Contributor check flagged MEDIUM risk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant