From 3dc0e3bd2dd5d2104826d533aa2b249d4b6b0fc0 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Wed, 19 Nov 2025 18:48:01 +0100 Subject: [PATCH] Remove hud-python from cua-agent[all] extra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- libs/python/agent/pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index d437e3b1..3f4c970c 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -100,8 +100,6 @@ all = [ "python-dotenv>=1.0.1", # cli requirements "yaspin>=3.1.0", - # hud requirements - "hud-python==0.4.52", # gemini requirements "google-genai>=1.41.0", # qwen requirements