From 0aaec4a53f1d0dd82b89fa9a3f9601ff27ba1e27 Mon Sep 17 00:00:00 2001 From: JefferyHcool <1063474837@qq.com> Date: Thu, 19 Jun 2025 17:44:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dbugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1967102..e936f3e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -115,7 +115,7 @@ typing-inspection==0.4.0 tzdata==2025.2 urllib3==2.3.0 uvicorn==0.34.0 -uvloop==0.21.0 +uvloop==0.21.0; sys_platform != "win32" vine==5.1.0 watchfiles==1.0.4 wcwidth==0.2.13