From fad293957d8a305c384966b41474a8a8ad243b67 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Fri, 12 Sep 2025 13:57:28 -0400 Subject: [PATCH] Pin HUD version --- 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 c92c4dfa..01b14b21 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -54,7 +54,7 @@ cli = [ "yaspin>=3.1.0", ] hud = [ - "hud-python>=0.4.12,<0.5.0", + "hud-python==0.4.19", ] all = [ # uitars requirements @@ -68,7 +68,7 @@ all = [ # cli requirements "yaspin>=3.1.0", # hud requirements - "hud-python>=0.4.12,<0.5.0", + "hud-python==0.4.19", ] [tool.uv]