From fef07ae64e931b4ba05d72f07315f04d241f21a2 Mon Sep 17 00:00:00 2001 From: Grain-Yu <70142140+Grain-Yu@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:22:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E6=85=A2=E6=97=A5=E5=BF=97=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E5=B1=95=E7=8E=B0?= =?UTF-8?q?SQL=E5=8E=86=E5=8F=B2=E8=B6=8B=E5=8A=BF=E5=9B=BE=20#2330?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 649782e3a3..4d0c3063f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==4.1.10 -mysqlclient==2.* +mysqlclient==2.0.3 requests==2.31.0 simplejson==3.17.2 mybatis_mapper2sql==0.1.9