From d47993385a450411e4cdb90b204cc351dd71a212 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 24 Apr 2026 14:35:15 +0900 Subject: [PATCH] refac --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9aaa3aad5d..3437ab7652 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ httpx[socks,http2,zstd,cli,brotli]==0.28.1 starsessions[redis]==2.2.1 python-mimeparse==2.0.0 -sqlalchemy==2.0.48 +sqlalchemy[asyncio]==2.0.48 aiosqlite==0.21.0 asyncpg==0.30.0 alembic==1.18.4 diff --git a/pyproject.toml b/pyproject.toml index b6d07a61f7..e405188cb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "starsessions[redis]==2.2.1", "python-mimeparse==2.0.0", - "sqlalchemy==2.0.48", + "sqlalchemy[asyncio]==2.0.48", "aiosqlite==0.21.0", "asyncpg==0.30.0", "alembic==1.18.4",