mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #2039] [MERGED] chore: Small Python requirement fixes #20871
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.