authentik: unpin structlog in django-{channels,dramatiq}-postgres (#541860)

This commit is contained in:
Stefan Frijters
2026-07-15 11:32:34 +00:00
committed by GitHub

View File

@@ -307,7 +307,11 @@ let
build-system = with final; [ hatchling ];
propagatedBuildInputs =
pythonRelaxDeps = [
"structlog"
];
dependencies =
with final;
[
channels
@@ -329,7 +333,11 @@ let
build-system = with final; [ hatchling ];
propagatedBuildInputs =
pythonRelaxDeps = [
"structlog"
];
dependencies =
with final;
[
cron-converter