Merge pull request #7202 from open-webui/dev
Some checks failed
Release / release (push) Failing after 1m41s
Deploy to HuggingFace Spaces / check-secret (push) Successful in 21s
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Failing after 3m47s
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Failing after 4m50s
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 4m22s
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Failing after 4m33s
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 4m25s
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Failing after 4m29s
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 2m3s
Frontend Build / Format & Build Frontend (push) Failing after 1m52s
Frontend Build / Frontend Unit Tests (push) Failing after 1m56s
Integration Test / Run Cypress Integration Tests (push) Failing after 4m52s
Integration Test / Run Migration Tests (push) Failing after 3m29s
Release to PyPI / release (push) Failing after 2m9s
Deploy to HuggingFace Spaces / deploy (push) Failing after 13m51s

chore: version bump
This commit is contained in:
Timothy Jaeryang Baek 2024-11-21 22:47:45 -08:00 committed by GitHub
commit c13bcfdfc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",