Finally the update to 1.14.0 has been pushed and it should install just fine. A few dependencies got added, a few of which I also had to package first.
Note that python-billiard still needs to be downgraded to 3.6.4 until celery catches up... The next stable release of celery will include the compatibility fix for billiard 4 which has already been pusblished as pre-release a year ago
Pinned Comments
shtrophic commented on 2025-04-14 20:22 (UTC) (edited on 2025-04-14 20:32 (UTC) by shtrophic)
For people not using
redis
: there is now an "automated patching mechanism" that will instead use the next best fork ofredis
that is available on your system as theRequires=
dependency in*.service
. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks ofredis
work as well, and this further makes the builtpaperless-ngx-venv
package non-portable. Happy experimenting :)