Upgrade HUD SDK to 0.4.26

This commit is contained in:
James Murdza
2025-09-14 00:34:51 -04:00
parent 8096fbfd34
commit b4b45e5b8b
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ cli = [
"yaspin>=3.1.0",
]
hud = [
"hud-python==0.4.25",
"hud-python==0.4.26",
]
all = [
# uitars requirements
@@ -68,7 +68,7 @@ all = [
# cli requirements
"yaspin>=3.1.0",
# hud requirements
"hud-python==0.4.25",
"hud-python==0.4.26",
]
[tool.uv]