chore: version bump
Some checks failed
Deploy to HuggingFace Spaces / check-secret (push) Successful in 19s
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Failing after 3m25s
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Failing after 3m41s
Create and publish Docker images with specific build args / merge-main-images (push) Has been skipped
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Failing after 3m37s
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Failing after 3m26s
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been skipped
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Failing after 3m35s
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Failing after 3m21s
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been skipped
Python CI / Format Backend (3.11) (push) Failing after 2m0s
Frontend Build / Format & Build Frontend (push) Failing after 1m48s
Frontend Build / Frontend Unit Tests (push) Failing after 1m28s
Integration Test / Run Cypress Integration Tests (push) Failing after 4m4s
Integration Test / Run Migration Tests (push) Failing after 3m38s
Deploy to HuggingFace Spaces / deploy (push) Has been skipped

This commit is contained in:
Timothy Jaeryang Baek 2024-11-21 22:47:29 -08:00
parent 5c49740aa5
commit 9aac02824d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "open-webui", "name": "open-webui",
"version": "0.4.2", "version": "0.4.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "open-webui", "name": "open-webui",
"version": "0.4.2", "version": "0.4.3",
"dependencies": { "dependencies": {
"@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6", "@codemirror/lang-python": "^6.1.6",

View File

@ -1,6 +1,6 @@
{ {
"name": "open-webui", "name": "open-webui",
"version": "0.4.2", "version": "0.4.3",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "npm run pyodide:fetch && vite dev --host", "dev": "npm run pyodide:fetch && vite dev --host",