mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
ed4af9f07d
* chore: consolidate high-priority dependency updates * fix: address high-priority dependency CI failures * fix(deps): adapt high-priority SDK upgrades * fix(deps): bump remaining high-priority plugin versions
17 lines
311 B
TOML
17 lines
311 B
TOML
[project]
|
|
name = "github"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
|
|
dependencies = [
|
|
"dify_plugin>=0.9.0",
|
|
"requests>=2.34.2",
|
|
"werkzeug>=3.1.8",
|
|
]
|
|
|
|
# uv run black . -C -l 100 && uv run ruff check --fix
|
|
[dependency-groups]
|
|
dev = []
|