mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #2487] [MERGED] chore: upgrade github actions and python dependencies #7811
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/2487
Author: @cheahjs
Created: 5/22/2024
Status: ✅ Merged
Merged: 5/22/2024
Merged by: @tjbck
Base:
dev← Head:chore/upgrade-deps📝 Commits (2)
dcae813chore: update github actions1aebf88chore: update python dependencies📊 Changes
8 files changed (+127 additions, -105 deletions)
View changed files
📝
.github/workflows/build-release.yml(+3 -3)📝
.github/workflows/format-backend.yaml(+1 -1)📝
.github/workflows/format-build-frontend.yaml(+1 -1)📝
.github/workflows/integration-test.yml(+1 -1)📝
backend/requirements.txt(+19 -19)📝
pyproject.toml(+18 -18)📝
requirements-dev.lock(+42 -31)📝
requirements.lock(+42 -31)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Update GitHub Actions to stop the workflows from complaining about legacy Node versions.
Update Python deps. Was primarily updating litellm to pull in fixes, but went ahead and updated everything else that wasn't conflicting.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.