[PR #17327] [MERGED] 0.6.28 #40028

Closed
opened 2026-04-25 12:26:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17327
Author: @tjbck
Created: 9/10/2025
Status: Merged
Merged: 9/10/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 041a89e build(deps): bump actions/setup-node from 4 to 5
  • 3ff8dee build(deps): bump actions/setup-python from 5 to 6
  • d863fd3 build(deps): bump actions/github-script from 7 to 8
  • 202eada build(deps): bump elasticsearch from 9.0.1 to 9.1.0 in /backend
  • edd65fe build(deps): bump googleapis-common-protos in /backend
  • 5af4714 build(deps): bump pgvector from 0.4.0 to 0.4.1 in /backend
  • 40fab87 Merge pull request #17300 from open-webui/dependabot/github_actions/dev/actions/github-script-8
  • b7243e6 Merge pull request #17298 from open-webui/dependabot/github_actions/dev/actions/setup-python-6
  • 8bc6a30 Merge pull request #17297 from open-webui/dependabot/github_actions/dev/actions/setup-node-5
  • d335851 Merge pull request #17303 from open-webui/dependabot/pip/backend/dev/pgvector-0.4.1

📊 Changes

15 files changed (+117 additions, -93 deletions)

View changed files

📝 .github/pull_request_template.md (+1 -1)
📝 .github/workflows/build-release.yml (+2 -2)
📝 .github/workflows/format-backend.yaml (+1 -1)
📝 .github/workflows/format-build-frontend.yaml (+2 -2)
📝 .github/workflows/release-pypi.yml (+2 -2)
📝 CHANGELOG.md (+16 -0)
📝 backend/open_webui/utils/tools.py (+12 -1)
📝 backend/requirements.txt (+5 -6)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 pyproject.toml (+5 -6)
📝 src/lib/components/ChangelogModal.svelte (+9 -10)
📝 src/lib/components/chat/MessageInput/Commands/Models.svelte (+2 -2)
📝 src/lib/i18n/locales/pt-BR/translation.json (+24 -24)
📝 src/lib/i18n/locales/zh-CN/translation.json (+33 -33)

📄 Description

No description provided


🔄 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/17327 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`041a89e`](https://github.com/open-webui/open-webui/commit/041a89ef5c8171704460d361cb0cf883988e0401) build(deps): bump actions/setup-node from 4 to 5 - [`3ff8dee`](https://github.com/open-webui/open-webui/commit/3ff8deeea8e4cbc1ecc9a62f684119be56f6ce05) build(deps): bump actions/setup-python from 5 to 6 - [`d863fd3`](https://github.com/open-webui/open-webui/commit/d863fd3626f706db4d90cf5cf4294da9a4e0e593) build(deps): bump actions/github-script from 7 to 8 - [`202eada`](https://github.com/open-webui/open-webui/commit/202eada74f210df5cc056dfcc5b738edd2e500a9) build(deps): bump elasticsearch from 9.0.1 to 9.1.0 in /backend - [`edd65fe`](https://github.com/open-webui/open-webui/commit/edd65feff5e664b96aa835dccc2937af098e5051) build(deps): bump googleapis-common-protos in /backend - [`5af4714`](https://github.com/open-webui/open-webui/commit/5af4714bf0dc3ae396322dcbdd241bd350ae7ff3) build(deps): bump pgvector from 0.4.0 to 0.4.1 in /backend - [`40fab87`](https://github.com/open-webui/open-webui/commit/40fab879ff7b9f740509c1bcf63d4c66d4b43b1f) Merge pull request #17300 from open-webui/dependabot/github_actions/dev/actions/github-script-8 - [`b7243e6`](https://github.com/open-webui/open-webui/commit/b7243e6efcc98fd8588dab1adc421fec690cfea5) Merge pull request #17298 from open-webui/dependabot/github_actions/dev/actions/setup-python-6 - [`8bc6a30`](https://github.com/open-webui/open-webui/commit/8bc6a30c7b227b2bb988d84835e4b61b568fb97c) Merge pull request #17297 from open-webui/dependabot/github_actions/dev/actions/setup-node-5 - [`d335851`](https://github.com/open-webui/open-webui/commit/d335851a1c292c25432aa5534fc2e8b9de2bd20d) Merge pull request #17303 from open-webui/dependabot/pip/backend/dev/pgvector-0.4.1 ### 📊 Changes **15 files changed** (+117 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+1 -1) 📝 `.github/workflows/build-release.yml` (+2 -2) 📝 `.github/workflows/format-backend.yaml` (+1 -1) 📝 `.github/workflows/format-build-frontend.yaml` (+2 -2) 📝 `.github/workflows/release-pypi.yml` (+2 -2) 📝 `CHANGELOG.md` (+16 -0) 📝 `backend/open_webui/utils/tools.py` (+12 -1) 📝 `backend/requirements.txt` (+5 -6) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+5 -6) 📝 `src/lib/components/ChangelogModal.svelte` (+9 -10) 📝 `src/lib/components/chat/MessageInput/Commands/Models.svelte` (+2 -2) 📝 `src/lib/i18n/locales/pt-BR/translation.json` (+24 -24) 📝 `src/lib/i18n/locales/zh-CN/translation.json` (+33 -33) </details> ### 📄 Description _No description provided_ --- <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-25 12:26:47 -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#40028