szurubooru: use sqlalchemy_1_4

Actually, sqlalchemy_1_3 was version 1.4.54 anyway.
This commit is contained in:
Robert Schütz
2026-07-20 15:32:20 -07:00
parent fba34cb854
commit 70b23811cd

View File

@@ -21,6 +21,8 @@ let
};
doCheck = false;
});
sqlalchemy = self.sqlalchemy_1_4;
})
];
@@ -54,7 +56,7 @@ python.pkgs.buildPythonApplication {
pyrfc3339
pytz
pyyaml
sqlalchemy_1_3
sqlalchemy
yt-dlp
];