From 185ac8e40f2c472b48098d46c8bae7131273746e Mon Sep 17 00:00:00 2001 From: "liweiliang0905@gmail.com" Date: Fri, 23 Jan 2026 17:44:15 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E6=B7=BB=E5=8A=A0=20mysql-connector-py?= =?UTF-8?q?thon=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0162a22..c54ed88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "bcrypt>=4.0.0", "PyJWT>=2.8.0", "python-multipart>=0.0.6", + "mysql-connector-python>=8.0.0", ] [project.optional-dependencies]