open-webui: 0.3.8 -> 0.3.9

This commit is contained in:
Pol Dellaiera 2024-07-17 16:29:13 +02:00
parent 60de3306b0
commit 398141f68a
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -7,19 +7,19 @@
}: }:
let let
pname = "open-webui"; pname = "open-webui";
version = "0.3.8"; version = "0.3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-webui"; owner = "open-webui";
repo = "open-webui"; repo = "open-webui";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-kUdy8zSt8RvGlMKa0gxp0tnZbo7/igDeFV2zsel5LXA="; hash = "sha256-mDxKjJfyOwTfDQ2khZihT3S2J5qUpW/cNU00rK2tplA=";
}; };
frontend = buildNpmPackage { frontend = buildNpmPackage {
inherit pname version src; inherit pname version src;
npmDepsHash = "sha256-sjQJn94GmSdOY1B2bmFTsxjLrc7LSBgDpWNrXIHunsg="; npmDepsHash = "sha256-+sZ8tknOvJ5odDupdxdFghhG924R9JFZ+m/rJZYyILc=";
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work. # Until this is solved, running python packages from the browser will not work.
@ -95,6 +95,7 @@ python3.pkgs.buildPythonApplication rec {
passlib passlib
peewee peewee
peewee-migrate peewee-migrate
psutil
psycopg2 psycopg2
pydub pydub
pyjwt pyjwt
@ -114,6 +115,7 @@ python3.pkgs.buildPythonApplication rec {
requests requests
sentence-transformers sentence-transformers
sqlalchemy sqlalchemy
tiktoken
unstructured unstructured
uvicorn uvicorn
validators validators