mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2260] [MERGED] feat: add pyproject.toml and run uv sync for all the plugins
#2361
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/2260
Author: @Stream29
Created: 12/15/2025
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @Yeuoly
Base:
main← Head:chore/add-pyproject-toml📝 Commits (8)
b6ff9dffeat: addpyproject.tomland runuv sync3f83f75fix: inconsistency with dependency61544a1fix: dependency formate7c293achore: to make the script happy9f20a16Merge branch 'main' into chore/add-pyproject-toml91fdb9cchore: remove pyproject.toml from .difyignore31871dfMerge branch 'main' into chore/add-pyproject-toml8f051a2chore: remove uv.lock from .difyignore📊 Changes
527 files changed (+289478 additions, -0 deletions)
View changed files
➕
agent-strategies/cot_agent/pyproject.toml(+15 -0)➕
agent-strategies/cot_agent/uv.lock(+1060 -0)➕
datasources/aws_s3_storage/pyproject.toml(+16 -0)➕
datasources/aws_s3_storage/uv.lock(+1134 -0)➕
datasources/azure_blob/pyproject.toml(+20 -0)➕
datasources/azure_blob/uv.lock(+1276 -0)➕
datasources/box_datasource/pyproject.toml(+15 -0)➕
datasources/box_datasource/uv.lock(+1060 -0)➕
datasources/brightdata_datasource/pyproject.toml(+15 -0)➕
datasources/brightdata_datasource/uv.lock(+1060 -0)➕
datasources/confluence_datasource/pyproject.toml(+18 -0)➕
datasources/confluence_datasource/uv.lock(+1090 -0)➕
datasources/dropbox_datasource/pyproject.toml(+16 -0)➕
datasources/dropbox_datasource/uv.lock(+1109 -0)➕
datasources/firecrawl_datasource/pyproject.toml(+15 -0)➕
datasources/firecrawl_datasource/uv.lock(+1060 -0)➕
datasources/github/pyproject.toml(+18 -0)➕
datasources/github/uv.lock(+1234 -0)➕
datasources/gitlab_datasource/pyproject.toml(+16 -0)➕
datasources/gitlab_datasource/uv.lock(+1073 -0)...and 80 more files
📄 Description
Related Issues or Context
Fixes #2253 .
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.