From c04b177adbf44fc6b09e47c20e3214d6929d6fb5 Mon Sep 17 00:00:00 2001 From: samiabat Date: Tue, 29 Jul 2025 00:53:56 +0300 Subject: [PATCH] add --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0ea9d7d..70712b72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ jieba==0.42.1 # Web framework - MATCHING ORIGINAL where possible fastapi==0.112.1 # (since <0.112.2) uvicorn[standard]==0.24.0 -websockets==12.0 +websockets>=10.4,<12.0 # Compatible with both uvicorn and gradio-client python-multipart>=0.0.9 # Additional ML/AI tools - MATCHING ORIGINAL