Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ For the manifest specification, we've introduced two versioning fields:
| 1.11.0 | 0.7.0 | Support Multimodal Reranking / Embeddings |
| 1.14.0 | 0.8.1 | Dependency and project structure cleanup |
| 1.14.2 | 0.9.0 | Support polling-based LLM plugin invocations |
| 1.14.2 | 0.10.0 | Remove gevent runtime dependency |
5 changes: 4 additions & 1 deletion examples/agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"pydantic>=2.0.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/agent/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/dropbox_trigger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.31.0",
"werkzeug>=3.1.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/dropbox_trigger/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/firecrawl_datasource/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.32.5",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/firecrawl_datasource/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/github/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.32.5",
"werkzeug>=3.1.3",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/github/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/github_trigger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.31.0",
"werkzeug>=3.1.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/github_trigger/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/gmail_trigger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"google-auth>=2.0.0",
"google-cloud-pubsub>=2.20.0",
"requests>=2.31.0",
"werkzeug>=3.1.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
416 changes: 69 additions & 347 deletions examples/gmail_trigger/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/google/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.32.5",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/google/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/google_calendar_trigger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.31.0",
"werkzeug>=3.1.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/google_calendar_trigger/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/google_cloud_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"google-cloud-storage>=3.7.0,<4",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
416 changes: 69 additions & 347 deletions examples/google_cloud_storage/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/google_drive_trigger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.31.0",
"werkzeug>=3.1.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/google_drive_trigger/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/jina/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"httpx>=0.28.1,<1",
"requests>=2.32.5",
"transformers>=4.53.0,<5.0.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
448 changes: 69 additions & 379 deletions examples/jina/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/lark_trigger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ requires-python = ">=3.12"
# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"cachetools==6.2.1",
"dify_plugin>=0.5.0",
"dify_plugin",
"lark-oapi==1.4.24",
"werkzeug>=3.1.3",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
448 changes: 69 additions & 379 deletions examples/lark_trigger/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/neko/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"flask>=3.0.3,<4",
"werkzeug>=3.1.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/neko/uv.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/notion_datasource/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"requests>=2.32.5",
"werkzeug>=3.1.7",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
450 changes: 70 additions & 380 deletions examples/notion_datasource/uv.lock

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions examples/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ requires-python = ">=3.12"

# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.5.0",
"dify_plugin",
"httpx>=0.28.1,<1",
"numpy~=1.26.4",
"openai~=2.3.0",
"pydub~=0.25.1",
"tiktoken~=0.8.0",
"tiktoken>=0.12.0",
]

[tool.uv.sources]
dify_plugin = { path = "../..", editable = true }
Loading