From 9da386d53c42c622a1bd836205e5bf4ab9d8ba9d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 25 Sep 2025 11:42:14 +0200 Subject: [PATCH] open-webui: add missing `itsdangerous` dependency Context: - https://github.com/open-webui/open-webui/discussions/17572 - https://github.com/NixOS/nixpkgs/issues/445959 --- pkgs/by-name/op/open-webui/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/op/open-webui/package.nix b/pkgs/by-name/op/open-webui/package.nix index 903aeba2c55b..c39ee38a5062 100644 --- a/pkgs/by-name/op/open-webui/package.nix +++ b/pkgs/by-name/op/open-webui/package.nix @@ -127,6 +127,7 @@ python3Packages.buildPythonApplication rec { googleapis-common-protos httpx iso-639 + itsdangerous langchain langchain-community langdetect