diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index f9ceda0dfb3f..37039da3fbca 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -159,7 +159,8 @@ let python = python312.override { self = python; packageOverrides = final: prev: { - django = final.django_5; + # https://github.com/goauthentik/authentik/pull/14709 + django = final.django_5_1; # Running authentik currently requires a custom version. # Look in `pyproject.toml` for changes to the rev in the `[tool.uv.sources]` section.