Description: Briefly describe the changes 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 the changes?
Code Review: Have you self-reviewed your code and addressed any coding standard issues?
Description
Pin all packages in requirements.txt to their current versions (using pip freeze), and set up Dependabot to keep Python packages updated now that they are pinned.
🔄 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/1884
**Author:** [@cheahjs](https://github.com/cheahjs)
**Created:** 4/30/2024
**Status:** ✅ Merged
**Merged:** 4/30/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `feat/freeze-py-and-dependabot`
---
### 📝 Commits (2)
- [`ddac528`](https://github.com/open-webui/open-webui/commit/ddac5284fe8f5519c567035d95582e5cccd436a3) feat: specify versions for python packages
- [`fe56c0a`](https://github.com/open-webui/open-webui/commit/fe56c0a7ac08353d0dabff6e9f790c03efd0d531) feat: add dependabot config for keeping python packages updated
### 📊 Changes
**2 files changed** (+64 additions, -53 deletions)
<details>
<summary>View changed files</summary>
➕ `.github/dependabot.yml` (+11 -0)
📝 `backend/requirements.txt` (+53 -53)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes 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?
- [x] **Testing:** Have you written and run sufficient tests for the changes?
- [x] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## Description
Pin all packages in `requirements.txt` to their current versions (using `pip freeze`), and set up [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) to keep Python packages updated now that they are pinned.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1884
Author: @cheahjs
Created: 4/30/2024
Status: ✅ Merged
Merged: 4/30/2024
Merged by: @tjbck
Base:
dev← Head:feat/freeze-py-and-dependabot📝 Commits (2)
ddac528feat: specify versions for python packagesfe56c0afeat: add dependabot config for keeping python packages updated📊 Changes
2 files changed (+64 additions, -53 deletions)
View changed files
➕
.github/dependabot.yml(+11 -0)📝
backend/requirements.txt(+53 -53)📄 Description
Pull Request Checklist
Description
Pin all packages in
requirements.txtto their current versions (usingpip freeze), and set up Dependabot to keep Python packages updated now that they are pinned.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.