Skip to content
Snippets Groups Projects

Update dependency sqlalchemy to v2.0.37

Merged botaniker requested to merge renovate/sqlalchemy-2.x into main
Compare and
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -13,7 +13,7 @@ dependencies = [
"alembic==1.14.0",
"fastapi[all]==0.115.6",
"pydantic==2.10.5",
"sqlalchemy[asyncio]==2.0.36",
"sqlalchemy[asyncio]==2.0.37",
"tomli==2.2.1",
"uvicorn==0.34.0",
]