Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@f-trycua
Copy link
Collaborator

Summary

Removes hud-python==0.4.52 from the [all] extra dependencies in cua-agent to fix installation issues.

Problem

hud-python==0.4.52 is not published to PyPI (latest is 0.4.28), which was blocking installation of cua-agent[all]:

ERROR: Could not find a version that satisfies the requirement hud-python==0.4.52
ERROR: No matching distribution found for hud-python==0.4.52

Solution

  • Removed hud-python==0.4.52 from the [all] extra dependencies
  • Kept the separate [hud] extra for users who have access to hud-python
  • Now pip install cua-agent[all] works without dependency errors

Testing

Users can now successfully install:

pip install cua-agent[all]

Users who need hud functionality can still install it separately:

pip install cua-agent[hud]

🤖 Generated with Claude Code

hud-python is an external package that isn't published to PyPI yet,
which was blocking installation of cua-agent[all]. This change:

- Removes hud-python==0.4.52 from the [all] extra dependencies
- Keeps the separate [hud] extra for users who have access to hud-python
- Allows pip install cua-agent[all] to work without dependency errors

The hud functionality remains available as an opt-in extra via:
pip install cua-agent[hud]

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@vercel
Copy link

vercel bot commented Nov 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Building Building Preview Comment Nov 19, 2025 5:48pm

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@f-trycua f-trycua merged commit 9197b1b into main Nov 19, 2025
9 of 11 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.

3 participants