From 1fe41d57f4f128ab33f2f7f93380ef498934a1e9 Mon Sep 17 00:00:00 2001 From: bowman Date: Mon, 6 Oct 2025 20:24:21 -0700 Subject: [PATCH] update hud in agent pyproject.toml --- libs/python/agent/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 6fea439c..718b8404 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -68,7 +68,7 @@ cli = [ "yaspin>=3.1.0", ] hud = [ - "hud-python==0.4.26", + "hud-python==0.4.52", ] all = [ # uitars requirements @@ -88,7 +88,7 @@ all = [ # cli requirements "yaspin>=3.1.0", # hud requirements - "hud-python==0.4.26", + "hud-python==0.4.52", ] [tool.uv]