mirror of
https://github.com/open-webui/open-webui
synced 2024-11-24 04:54:12 +00:00
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
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:
parent
5c49740aa5
commit
9aac02824d
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user