sqlalchemy, aiomysql 버전 변경
This commit is contained in:
parent
9f17786920
commit
110de73a64
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user