From f479115bd6469e0e0a4ee931e736d17c22ae15a0 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sun, 1 Feb 2026 07:10:21 +0000 Subject: [PATCH] Require new fastapi-vue for unix socket compatibility. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ec3395..e0e1715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "av>=15.0.0", "blake3>=1.0.5", "docopt-ng>=0.9.0", - "fastapi-vue>=0.5.1", + "fastapi-vue>=0.5.2", "fastapi[standard]>=0.128.0", "html5tagger>=1.3.0", "httpx>=0.28.0",