paperless-ngx: Pin django-allauth version

This commit is contained in:
Jonas Heinrich
2025-07-09 15:48:05 +02:00
parent cd85e93ff7
commit 30b46a50bc
+11 -1
View File
@@ -162,7 +162,17 @@ python.pkgs.buildPythonApplication rec {
concurrent-log-handler
dateparser
django
django-allauth
# django-allauth version 65.9.X not yet supported
# See https://github.com/paperless-ngx/paperless-ngx/issues/10336
(django-allauth.overrideAttrs (
new: prev: rec {
version = "65.7.0";
src = prev.src.override {
tag = version;
hash = "sha256-1HmEJ5E4Vp/CoyzUegqQXpzKUuz3dLx2EEv7dk8fq8w=";
};
}
))
django-auditlog
django-celery-results
django-compression-middleware