mirror of
https://github.com/open-webui/open-webui
synced 2024-11-24 04:54:12 +00:00
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
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:
commit
c13bcfdfc9
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "open-webui",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "open-webui",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"dependencies": {
|
||||
"@codemirror/lang-javascript": "^6.2.2",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "open-webui",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run pyodide:fetch && vite dev --host",
|
||||
|
Loading…
Reference in New Issue
Block a user