Merge branch 'main' into models/opencua

This commit is contained in:
Dillon DuPont
2025-09-15 15:11:15 -04:00
35 changed files with 9754 additions and 137 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ cli = [
"yaspin>=3.1.0",
]
hud = [
"hud-python>=0.4.12,<0.5.0",
"hud-python==0.4.26",
]
all = [
# uitars requirements
@@ -78,7 +78,7 @@ all = [
# cli requirements
"yaspin>=3.1.0",
# hud requirements
"hud-python>=0.4.12,<0.5.0",
"hud-python==0.4.26",
]
[tool.uv]