mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2440] [MERGED] chore: fix dependencies #2480
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/langgenius/dify-official-plugins/pull/2440
Author: @Stream29
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @Stream29
Base:
main← Head:chore/fix-dependencies📝 Commits (10+)
0541cb4chore: rename project to avoid name clash with existing package3d9bb3achore: remove dependency locking0e4bfbbchore: loosen flask dependency requirementsaa559a3chore: loosen pandas dependency requirements0845949chore: loosen pandas dependency requirements9c0a0f6chore: loosen fish-audio-sdk dependency requirements (yanked)a941292chore: loosen dify-plugin dependency requirements7a43e12chore: loosen requests and werkzeug dependency requirementsd0df1f0Update tools/qa_chunk/pyproject.toml12363f9Update extensions/slack_bot/pyproject.toml📊 Changes
19 files changed (+18 additions, -33 deletions)
View changed files
📝
datasources/google_cloud_storage/manifest.yaml(+1 -1)📝
datasources/google_cloud_storage/pyproject.toml(+1 -1)📝
extensions/slack_bot/manifest.yaml(+1 -1)📝
extensions/slack_bot/pyproject.toml(+1 -2)📝
extensions/slack_bot/requirements.txt(+0 -1)📝
models/fishaudio/manifest.yaml(+1 -1)📝
models/fishaudio/pyproject.toml(+1 -1)📝
models/fishaudio/requirements.txt(+1 -1)📝
tools/bitbucket/manifest.yaml(+1 -1)📝
tools/bitbucket/pyproject.toml(+2 -11)📝
tools/bitbucket/requirements.txt(+1 -1)📝
tools/general_chunk/manifest.yaml(+1 -1)📝
tools/general_chunk/pyproject.toml(+1 -1)📝
tools/gmail/manifest.yaml(+1 -1)📝
tools/gmail/pyproject.toml(+0 -2)📝
tools/gmail/requirements.txt(+1 -3)📝
tools/qa_chunk/manifest.yaml(+1 -1)📝
tools/qa_chunk/pyproject.toml(+1 -1)📝
tools/qa_chunk/requirements.txt(+1 -1)📄 Description
Some plugins fail on
uv sync. Dependencies are adjusted to make them pass.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.