📌 限制sqlalchemy的依赖版本

This commit is contained in:
Wuyi无疑 2023-03-03 23:23:04 +08:00
parent ce8e57c6ec
commit 17d9bcff51
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -2310,4 +2310,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "bcf6127b4ad03ebac00ab6be077f3add7189856084a53b17d434b2362b948ce6"
content-hash = "7220ad01ae05a9bd35b924703365668570f23ad270c0bb6bc17e4a25e73c279c"

View File

@ -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"