[PR #2440] [MERGED] chore: fix dependencies #2480

Closed
opened 2026-02-16 11:17:06 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: chore/fix-dependencies


📝 Commits (10+)

  • 0541cb4 chore: rename project to avoid name clash with existing package
  • 3d9bb3a chore: remove dependency locking
  • 0e4bfbb chore: loosen flask dependency requirements
  • aa559a3 chore: loosen pandas dependency requirements
  • 0845949 chore: loosen pandas dependency requirements
  • 9c0a0f6 chore: loosen fish-audio-sdk dependency requirements (yanked)
  • a941292 chore: loosen dify-plugin dependency requirements
  • 7a43e12 chore: loosen requests and werkzeug dependency requirements
  • d0df1f0 Update tools/qa_chunk/pyproject.toml
  • 12363f9 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/2440 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `chore/fix-dependencies` --- ### 📝 Commits (10+) - [`0541cb4`](https://github.com/langgenius/dify-official-plugins/commit/0541cb4a79284d5435412323c056bb130bc82bab) chore: rename project to avoid name clash with existing package - [`3d9bb3a`](https://github.com/langgenius/dify-official-plugins/commit/3d9bb3a38678536fb27d97fc00453e6a2f4bff78) chore: remove dependency locking - [`0e4bfbb`](https://github.com/langgenius/dify-official-plugins/commit/0e4bfbb245240c0856ac9c08fff206ffe9adee8f) chore: loosen flask dependency requirements - [`aa559a3`](https://github.com/langgenius/dify-official-plugins/commit/aa559a394af20e75ca3a27a5ede7cf06622a93f1) chore: loosen pandas dependency requirements - [`0845949`](https://github.com/langgenius/dify-official-plugins/commit/0845949106ac947009dbed4be421e1a75cb98e59) chore: loosen pandas dependency requirements - [`9c0a0f6`](https://github.com/langgenius/dify-official-plugins/commit/9c0a0f6062a47ace5b446fb9fda1170b9e5d6d8b) chore: loosen fish-audio-sdk dependency requirements (yanked) - [`a941292`](https://github.com/langgenius/dify-official-plugins/commit/a941292853d1c18f36c36f9192e5fa9004cf9afb) chore: loosen dify-plugin dependency requirements - [`7a43e12`](https://github.com/langgenius/dify-official-plugins/commit/7a43e12ef84350c46748848e73632ae2328bd242) chore: loosen requests and werkzeug dependency requirements - [`d0df1f0`](https://github.com/langgenius/dify-official-plugins/commit/d0df1f063561523ee4998866001bae50b4a3ac3f) Update tools/qa_chunk/pyproject.toml - [`12363f9`](https://github.com/langgenius/dify-official-plugins/commit/12363f9efe0f9fa0c810be41821f08d7d18d6823) Update extensions/slack_bot/pyproject.toml ### 📊 Changes **19 files changed** (+18 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Some plugins fail on `uv sync`. Dependencies are adjusted to make them pass. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:17:06 -05:00
yindo closed this issue 2026-02-16 11:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2480