Skip to content

Commit

Permalink
open-webui: 0.3.32 -> 0.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 24, 2024
1 parent 17b2fbb commit 9e6101a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/by-name/op/open-webui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
}:
let
pname = "open-webui";
version = "0.3.32";
version = "0.3.33";

src = fetchFromGitHub {
owner = "open-webui";
repo = "open-webui";
rev = "refs/tags/v${version}";
hash = "sha256-XpPaMGn+JA3Rq+Eb97IGWMLAR+0pI+ZJRxOTmxIMPZg=";
hash = "sha256-m74fDsIM5TS3fP1PCq26rOy5O2qvDBaJH3lD2HbMBdk=";
};

frontend = buildNpmPackage {
inherit pname version src;

npmDepsHash = "sha256-tAPI/H5/lv+RuDZ68lL/cZHcOs8H6ZxXSwiFvkp0y4A=";
npmDepsHash = "sha256-58o0XmkZSmL9hXglea6K+YcWEiiBmR8cwQJf2mfFrgs=";

# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work.
Expand Down Expand Up @@ -70,6 +70,7 @@ python3.pkgs.buildPythonApplication rec {
anthropic
apscheduler
argon2-cffi
async-timeout
authlib
bcrypt
beautifulsoup4
Expand All @@ -88,6 +89,7 @@ python3.pkgs.buildPythonApplication rec {
flask-cors
fpdf2
ftfy
qdrant-client
google-generativeai
googleapis-common-protos
langchain
Expand All @@ -107,6 +109,7 @@ python3.pkgs.buildPythonApplication rec {
psycopg2
pydub
pyjwt
pymdown-extensions
pymilvus
pymongo
pymysql
Expand All @@ -128,6 +131,7 @@ python3.pkgs.buildPythonApplication rec {
unstructured
uvicorn
validators
xhtml2pdf
xlrd
youtube-transcript-api
];
Expand Down

0 comments on commit 9e6101a

Please sign in to comment.