diff --git a/poetry.lock b/poetry.lock index e89ffc5..4d951c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2310,4 +2310,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "bcf6127b4ad03ebac00ab6be077f3add7189856084a53b17d434b2362b948ce6" +content-hash = "7220ad01ae05a9bd35b924703365668570f23ad270c0bb6bc17e4a25e73c279c" diff --git a/pyproject.toml b/pyproject.toml index dee6a21..78e9888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ beautifulsoup4 = ">=4.11.1" lxml = ">=4.9.2" openpyxl = ">=3.0.10" aiohttp = ">=3.8.1" -sqlalchemy = ">=1.4.39" +sqlalchemy = ">=1.4.39,<2.0.0" pillow = ">=9.2.0" aiosqlite = ">=0.17.0" nonebot-plugin-apscheduler = ">=0.1.4"