Merge pull request #323204 from drupol/bump/init/0-3-6

open-webui: 0.3.5 -> 0.3.7
This commit is contained in:
Pol Dellaiera 2024-06-30 11:34:57 +02:00 committed by GitHub
commit 8c8ba6b2c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View File

@ -7,19 +7,19 @@
}:
let
pname = "open-webui";
version = "0.3.5";
version = "0.3.7";
src = fetchFromGitHub {
owner = "open-webui";
repo = "open-webui";
rev = "v${version}";
hash = "sha256-copxy9fgHTHfF14bh9ddF4eTWx2GP2Mkw3lr+1NKKkI=";
hash = "sha256-tsJILQ+CuVy8LYSixYNJAwSIZtRegrXXvGzvyf7Knd0=";
};
frontend = buildNpmPackage {
inherit pname version src;
npmDepsHash = "sha256-whddW3ThC/zlttqhV3wf15roaCgp0H/BELWLs9/c5Jc=";
npmDepsHash = "sha256-fB5gvC2sLfH2dJJi+CYyF7PRg+GhZDavhKgeRStaR7I=";
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work.
@ -63,8 +63,10 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
aiohttp
anthropic
apscheduler
argon2-cffi
authlib
bcrypt
beautifulsoup4
black
@ -85,6 +87,7 @@ python3.pkgs.buildPythonApplication rec {
langchain-community
langfuse
markdown
openai
opencv4
openpyxl
pandas
@ -94,6 +97,7 @@ python3.pkgs.buildPythonApplication rec {
psycopg2
pydub
pyjwt
pymongo
pymysql
pypandoc
pypdf
@ -105,8 +109,10 @@ python3.pkgs.buildPythonApplication rec {
pyxlsb
rank-bm25
rapidocr-onnxruntime
redis
requests
sentence-transformers
sqlalchemy
unstructured
uvicorn
validators

View File

@ -377,7 +377,7 @@ let
{ x86_64-linux = "sha256-vUoAPkYKEnHkV4fw6BI0mCeuP2e8BMCJnVuZMm9LwSA="; }
else
{
x86_64-linux = "sha256-R1TIIyyyLlDqAlUkuhJhtyTxZMra2q5S/jX0OCInsEQ=";
x86_64-linux = "sha256-R5Bm+0GYN1zJ1aEUBW76907MxYKAIawHHJoIb1RdsKE=";
aarch64-linux = "sha256-P5JEmJljN1DeRA0dNkzyosKzRnJH+5SD2aWdV5JsoiY=";
}
).${effectiveStdenv.system} or (throw "jaxlib: unsupported system: ${effectiveStdenv.system}");