From 7bb5de671ce0abd180872b2fdaf5976b1b7d4542 Mon Sep 17 00:00:00 2001 From: George <24921711+gliu20@users.noreply.github.com> Date: Fri, 17 Oct 2025 02:23:58 -0400 Subject: [PATCH] fix: expcitly set version for qasync in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8cc6a43..2273f87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ uvicorn pyyaml gguf httpx -qasync +qasync==0.25.0 fastapi # Explicitly add fastapi pytest pytest-asyncio pytest-qt qt-material -watchdog \ No newline at end of file +watchdog