From 110de73a644f7c3158ff2d8c51835762be294040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=EA=B2=BD?= Date: Fri, 29 May 2026 11:22:39 +0900 Subject: [PATCH] =?UTF-8?q?sqlalchemy,=20aiomysql=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 954ff91..c737a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ requires-python = ">=3.13" dependencies = [ "apscheduler>=3.10.4", "httpx>=0.27.0", - "sqlalchemy>=2.0.0", - "aiomysql>=0.2.0", + "sqlalchemy>=2.0.50", + "aiomysql>=0.3.2", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", "python-dotenv>=1.0.0",