sqlalchemy, aiomysql 버전 변경

main
김성경 2026-05-29 11:22:39 +09:00
parent 9f17786920
commit 110de73a64
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ requires-python = ">=3.13"
dependencies = [ dependencies = [
"apscheduler>=3.10.4", "apscheduler>=3.10.4",
"httpx>=0.27.0", "httpx>=0.27.0",
"sqlalchemy>=2.0.0", "sqlalchemy>=2.0.50",
"aiomysql>=0.2.0", "aiomysql>=0.3.2",
"pydantic>=2.0.0", "pydantic>=2.0.0",
"pydantic-settings>=2.0.0", "pydantic-settings>=2.0.0",
"python-dotenv>=1.0.0", "python-dotenv>=1.0.0",