[build] update sqlalchemy

This commit is contained in:
SouthFox 2024-09-30 01:45:56 +08:00
parent e82c1ab94e
commit b14de650e9
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -1981,4 +1981,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">3.11, <3.13" python-versions = ">3.11, <3.13"
content-hash = "88180fc69bca605f3f6a80d8e62a8e959731763ad3a13bc74fb1a41ebca40487" content-hash = "a5a79aad191dfc8d9fd0dfa18e8a16cc72d5e4ddf6313aad512eb339a3c8dda9"

View file

@ -11,7 +11,7 @@ fastapi = "^0.111.0"
httpx = "^0.27.0" httpx = "^0.27.0"
uvicorn = "^0.30.1" uvicorn = "^0.30.1"
loguru = "^0.7.2" loguru = "^0.7.2"
sqlalchemy = "^2.0.27" sqlalchemy = "^2.0.35"
aiosqlite = "^0.20.0" aiosqlite = "^0.20.0"
alembic = "^1.13.1" alembic = "^1.13.1"
tomli = "^2.0.1" tomli = "^2.0.1"