[PR #2039] [MERGED] chore: Small Python requirement fixes #20871

Closed
opened 2026-04-20 03:14:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: py-requirement-fixes


📝 Commits (3)

  • 03955d6 chore: pin youtube-transcript-api like the rest
  • 3723f42 chore: remove duplicate requirements
  • 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>
GiteaMirror added the pull-request label 2026-04-20 03:14:09 -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#20871