authentik: pin django_5_1

This commit is contained in:
Robert Schütz
2025-06-12 09:53:03 -07:00
parent 0d5b5c6213
commit 2f3a937a2e
+2 -1
View File
@@ -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.