cbd1929 chore: remove uuid requirement (it's a standard library module)
📊 Changes
1 file changed (+1 additions, -4 deletions)
View changed files
📝backend/requirements.txt (+1 -4)
📄 Description
Description
This PR fixes the backend/requirements.txt file a bit:
youtube-transcript-api wasn't pinned like the rest of the versions are; it is now.
some requirements with [extras] were duplicated; they don't need to be.
uuid has been a standard library module for 18 years as far as I can see; there should be no need to install a version from 2006 from PyPI.
Changelog Entry
Fixed
Backend requirement versions slightly corrected.
🔄 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/2039
**Author:** [@akx](https://github.com/akx)
**Created:** 5/7/2024
**Status:** ✅ Merged
**Merged:** 5/7/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `py-requirement-fixes`
---
### 📝 Commits (3)
- [`03955d6`](https://github.com/open-webui/open-webui/commit/03955d6a428bae5bfd8e5341f5aef0e01341e0b4) chore: pin youtube-transcript-api like the rest
- [`3723f42`](https://github.com/open-webui/open-webui/commit/3723f42f1da26e33794562053362941aac66938d) chore: remove duplicate requirements
- [`cbd1929`](https://github.com/open-webui/open-webui/commit/cbd1929f368113e1f34c5d55b57b6aaaa6a3c39b) chore: remove uuid requirement (it's a standard library module)
### 📊 Changes
**1 file changed** (+1 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -4)
</details>
### 📄 Description
## Description
This PR fixes the `backend/requirements.txt` file a bit:
* `youtube-transcript-api` wasn't pinned like the rest of the versions are; it is now.
* some requirements with `[extras]` were duplicated; they don't need to be.
* `uuid` has been a standard library module for 18 years as far as I can see; there should be no need to install a version from 2006 from PyPI.
---
### Changelog Entry
### Fixed
- Backend requirement versions slightly corrected.
---
<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/2039
Author: @akx
Created: 5/7/2024
Status: ✅ Merged
Merged: 5/7/2024
Merged by: @tjbck
Base:
dev← Head:py-requirement-fixes📝 Commits (3)
03955d6chore: pin youtube-transcript-api like the rest3723f42chore: remove duplicate requirementscbd1929chore: remove uuid requirement (it's a standard library module)📊 Changes
1 file changed (+1 additions, -4 deletions)
View changed files
📝
backend/requirements.txt(+1 -4)📄 Description
Description
This PR fixes the
backend/requirements.txtfile a bit:youtube-transcript-apiwasn't pinned like the rest of the versions are; it is now.[extras]were duplicated; they don't need to be.uuidhas been a standard library module for 18 years as far as I can see; there should be no need to install a version from 2006 from PyPI.Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.