Skip to content

fix(deps): replace git source pins with PyPI releases in embodied-ai example#34

Merged
imran-siddique merged 1 commit into
mainfrom
fix/pypi-deps-embodied-ai
Jun 25, 2026
Merged

fix(deps): replace git source pins with PyPI releases in embodied-ai example#34
imran-siddique merged 1 commit into
mainfrom
fix/pypi-deps-embodied-ai

Conversation

@imran-siddique

Copy link
Copy Markdown
Contributor

Summary

  • Replaces three @ git+https:// pins in industrial-embodied-ai/requirements.txt with plain PyPI version constraints
  • All three packages are now published: agentrust-trace>=0.2.0, agent-manifest>=0.1.1, cmcp-runtime>=0.2.1
  • Removes the need for git access at install time; standard pip install -r requirements.txt now works in air-gapped or network-restricted CI

Test plan

  • pip install -r industrial-embodied-ai/requirements.txt resolves cleanly from PyPI
  • No functional change — only the install source changes, not the versions of code being used

🤖 Generated with Claude Code

All three packages are now published:
- agentrust-trace 0.2.0
- agent-manifest 0.1.1
- cmcp-runtime 0.2.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@imran-siddique imran-siddique merged commit eef3dd5 into main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant