Robert Schütz 2024-11-20 13:49:26 -08:00
parent 2468db7a61
commit a5c5f98a5a
3 changed files with 11 additions and 15 deletions

View File

@ -17,10 +17,6 @@ python.pkgs.buildPythonApplication rec {
src = "${immich.src}/machine-learning"; src = "${immich.src}/machine-learning";
pyproject = true; pyproject = true;
postPatch = ''
substituteInPlace pyproject.toml --replace-fail 'fastapi-slim' 'fastapi'
'';
pythonRelaxDeps = [ pythonRelaxDeps = [
"pillow" "pillow"
"pydantic-settings" "pydantic-settings"

View File

@ -152,7 +152,7 @@ buildNpmPackage' {
# pg_dumpall fails without database root access # pg_dumpall fails without database root access
# see https://github.com/immich-app/immich/issues/13971 # see https://github.com/immich-app/immich/issues/13971
substituteInPlace src/services/backup.service.ts \ substituteInPlace src/services/backup.service.ts \
--replace-fail '`pg_dumpall`' '`pg_dump`' --replace-fail '`/usr/lib/postgresql/''${databaseMajorVersion}/bin/pg_dumpall`' '`pg_dump`'
''; '';
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -1,22 +1,22 @@
{ {
"version": "1.120.1", "version": "1.121.0",
"hash": "sha256-FKPs6BHOXmqnHh2yH+PPBFQoK5ykP716dNvES/45t4g=", "hash": "sha256-3Rk/0LtbRIrtnPBhG6TzYFcPlZqlkZoyO01jIL4gzC8=",
"components": { "components": {
"cli": { "cli": {
"npmDepsHash": "sha256-5JmcDjLAVXhF3TH0M88dKLYPDsSctcOGPz9nV1n3k9c=", "npmDepsHash": "sha256-LsStgf6iJMpqCYZoZoP7cNnHbuzawTQ02wvJ5q/2RyU=",
"version": "2.2.30" "version": "2.2.32"
}, },
"server": { "server": {
"npmDepsHash": "sha256-u2ZQv+z8uyn7z52V+7hNRWgnHVm4xMdhjspPqsLHYek=", "npmDepsHash": "sha256-9xyl+8YItzHSHcgUi1X9MwNtmZpdDGtg4DUa2YZv08I=",
"version": "1.120.1" "version": "1.121.0"
}, },
"web": { "web": {
"npmDepsHash": "sha256-EAFUOhcmE1TfUBN0uxzuNkHibdaDRn8Lxvma70UJqDE=", "npmDepsHash": "sha256-vHmiNWVLl4len6SnJ/NmiRVLLc4uUUWF/25LiOMnvf0=",
"version": "1.120.1" "version": "1.121.0"
}, },
"open-api/typescript-sdk": { "open-api/typescript-sdk": {
"npmDepsHash": "sha256-AJcK5NE+ZNAK2FJblY32jtYxY0Z9npH92A3htcPes4A=", "npmDepsHash": "sha256-jiwUoWrMH/mDO+GPi13Q+Z87NAtDx95h6igI0NuPhnc=",
"version": "1.120.1" "version": "1.121.0"
} }
} }
} }