From 6b0f7268f64f753d29f331aa0467a5e22a0fa367 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 2 Sep 2025 15:57:47 -0400 Subject: [PATCH] Update HUD SDK version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7405d286..fa7a2dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ respect-source-order = true [tool.pdm.resolution.overrides] -hud-python = "0.2.10" +hud-python = "0.4.12" [tool.black] line-length = 100