[PR #2551] [CLOSED] update package.json versions to match package-lock.json versions #44073

Closed
opened 2026-04-29 18:03:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2551
Author: @dzienisz
Created: 5/24/2024
Status: Closed

Base: mainHead: update


📝 Commits (10+)

📊 Changes

72 files changed (+6457 additions, -4913 deletions)

View changed files

📝 .github/dependabot.disabled (+0 -0)
📝 .github/workflows/build-release.yml (+3 -3)
.github/workflows/deploy-to-hf-spaces.yml (+59 -0)
📝 .github/workflows/format-backend.yaml (+1 -1)
📝 .github/workflows/format-build-frontend.yaml (+1 -1)
📝 .github/workflows/integration-test.yml (+6 -2)
.github/workflows/release-pypi.yml (+32 -0)
📝 Dockerfile (+2 -1)
📝 backend/apps/ollama/main.py (+34 -7)
📝 backend/apps/openai/main.py (+9 -1)
📝 backend/apps/web/internal/db.py (+4 -2)
📝 backend/config.py (+28 -15)
📝 backend/main.py (+2 -0)
backend/open_webui/__init__.py (+60 -0)
📝 backend/requirements.txt (+19 -19)
backend/space/litellm_config.yaml (+43 -0)
📝 backend/start.sh (+30 -0)
📝 cypress/e2e/chat.cy.ts (+23 -0)
docker-compose.a1111-test.yaml (+31 -0)
hatch_build.py (+21 -0)

...and 52 more files

📄 Description

Pull Request Checklist

Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.

Before submitting, make sure you've checked the following:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for validating the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Label: To cleary categorize this pull request, assign a relevant label to the pull request title, using one of the following:
    • BREAKING CHANGE: Significant changes that may affect compatibility
    • build: Changes that affect the build system or external dependencies
    • ci: Changes to our continuous integration processes or workflows
    • chore: Refactor, cleanup, or other non-functional code changes
    • docs: Documentation update or addition
    • feat: Introduces a new feature or enhancement to the codebase
    • fix: Bug fix or error correction
    • i18n: Internationalization or localization changes
    • perf: Performance improvement
    • refactor: Code restructuring for better maintainability, readability, or scalability
    • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
    • test: Adding missing tests or correcting existing tests
    • WIP: Work in progress, a temporary label for incomplete or ongoing work

Changelog Entry

Description

  • [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]

Added

  • [List any new features, functionalities, or additions]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Deprecated

  • [List any deprecated functionality or features that have been removed]

Removed

  • [List any removed features, files, or functionalities]

Fixed

  • [List any fixes, corrections, or bug fixes]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]
    • [Reference any related issues, commits, or other relevant information]

Screenshots or Videos

  • [Attach any relevant screenshots or videos demonstrating the changes]

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2551 **Author:** [@dzienisz](https://github.com/dzienisz) **Created:** 5/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update` --- ### 📝 Commits (10+) - [`867c179`](https://github.com/open-webui/open-webui/commit/867c179e2da462300d96500492381299b45ab69e) latest changes with upstream - [`e10d029`](https://github.com/open-webui/open-webui/commit/e10d029b0697253b1d15c4b603d0e9b73e452d56) Merge branch 'dev' of https://github.com/kroonen/open-webui into dev - [`dc6db5e`](https://github.com/open-webui/open-webui/commit/dc6db5e8b0a93e40e16baf38c69d6957f7418062) Merge branch 'dev' of https://github.com/kroonen/open-webui into dev - [`064d307`](https://github.com/open-webui/open-webui/commit/064d307d96b2a50ef2be3367b0940d2bb9ed4d82) Merge branch 'dev' of https://github.com/open-webui/open-webui into dev - [`d5a4ab4`](https://github.com/open-webui/open-webui/commit/d5a4ab46f49c3b99b63a28084ee7b6d92edd806d) changed: packaging using rye and use file relative path instead of pwd relative. - [`a018df2`](https://github.com/open-webui/open-webui/commit/a018df2734595080112d61c28b8c3cae5f6cca05) infra: build - [`b609896`](https://github.com/open-webui/open-webui/commit/b60989627ef1b790bb86bbfe3763bfb4efd023c7) add: github action - [`9d10137`](https://github.com/open-webui/open-webui/commit/9d1013748f4ca61e3ff814c5dba9a8b9940095a1) translate ar-BH, zh-CN,and zh-TW - [`9fdaece`](https://github.com/open-webui/open-webui/commit/9fdaece4157f57220d448868fad4fa07d999c1aa) translate all vi-VN - [`314bd28`](https://github.com/open-webui/open-webui/commit/314bd28d214f4072e7ee8b49533b9c5b93acff03) translate all uk-UA ### 📊 Changes **72 files changed** (+6457 additions, -4913 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.disabled` (+0 -0) 📝 `.github/workflows/build-release.yml` (+3 -3) ➕ `.github/workflows/deploy-to-hf-spaces.yml` (+59 -0) 📝 `.github/workflows/format-backend.yaml` (+1 -1) 📝 `.github/workflows/format-build-frontend.yaml` (+1 -1) 📝 `.github/workflows/integration-test.yml` (+6 -2) ➕ `.github/workflows/release-pypi.yml` (+32 -0) 📝 `Dockerfile` (+2 -1) 📝 `backend/apps/ollama/main.py` (+34 -7) 📝 `backend/apps/openai/main.py` (+9 -1) 📝 `backend/apps/web/internal/db.py` (+4 -2) 📝 `backend/config.py` (+28 -15) 📝 `backend/main.py` (+2 -0) ➕ `backend/open_webui/__init__.py` (+60 -0) 📝 `backend/requirements.txt` (+19 -19) ➕ `backend/space/litellm_config.yaml` (+43 -0) 📝 `backend/start.sh` (+30 -0) 📝 `cypress/e2e/chat.cy.ts` (+23 -0) ➕ `docker-compose.a1111-test.yaml` (+31 -0) ➕ `hatch_build.py` (+21 -0) _...and 52 more files_ </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've checked the following:** - [ ] **Target branch:** Please verify that the pull request targets the `dev` branch. - [ ] **Description:** Provide a concise description of the changes made in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [ ] **Testing:** Have you written and run sufficient tests for validating the changes? - [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [ ] **Label:** To cleary categorize this pull request, assign a relevant label to the pull request title, using one of the following: - **BREAKING CHANGE**: Significant changes that may affect compatibility - **build**: Changes that affect the build system or external dependencies - **ci**: Changes to our continuous integration processes or workflows - **chore**: Refactor, cleanup, or other non-functional code changes - **docs**: Documentation update or addition - **feat**: Introduces a new feature or enhancement to the codebase - **fix**: Bug fix or error correction - **i18n**: Internationalization or localization changes - **perf**: Performance improvement - **refactor**: Code restructuring for better maintainability, readability, or scalability - **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.) - **test**: Adding missing tests or correcting existing tests - **WIP**: Work in progress, a temporary label for incomplete or ongoing work # Changelog Entry ### Description - [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)] ### Added - [List any new features, functionalities, or additions] ### Changed - [List any changes, updates, refactorings, or optimizations] ### Deprecated - [List any deprecated functionality or features that have been removed] ### Removed - [List any removed features, files, or functionalities] ### Fixed - [List any fixes, corrections, or bug fixes] ### Security - [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes - **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality] --- ### Additional Information - [Insert any additional context, notes, or explanations for the changes] - [Reference any related issues, commits, or other relevant information] ### Screenshots or Videos - [Attach any relevant screenshots or videos demonstrating the changes] --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 18:03:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#44073