Skip to content

Commit ea29d14

Browse files
Stream29Yeuolygemini-code-assist[bot]
authored
chore: fix dependencies (#2440)
* chore: rename project to avoid name clash with existing package * chore: remove dependency locking * chore: loosen flask dependency requirements * chore: loosen pandas dependency requirements * chore: loosen pandas dependency requirements * chore: loosen fish-audio-sdk dependency requirements (yanked) * chore: loosen dify-plugin dependency requirements * chore: loosen requests and werkzeug dependency requirements * Update tools/qa_chunk/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update extensions/slack_bot/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update tools/bitbucket/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update tools/general_chunk/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * chore: bump plugin versions * chore: remove dependency locking * chore: remove dependency locking * chore: wtf that version even not exist * chore: wtf that version even not exist * chore: remove dependency locking * chore: remove dependency locking * chore: remove dependency locking --------- Co-authored-by: Yeuoly <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 11a737e commit ea29d14

File tree

19 files changed

+18
-33
lines changed

19 files changed

+18
-33
lines changed

datasources/google_cloud_storage/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.6
1+
version: 0.2.7
22
type: plugin
33
author: langgenius
44
name: google_cloud_storage

datasources/google_cloud_storage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "google_cloud_storage"
2+
name = "google_cloud_storage_plugin"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"

extensions/slack_bot/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.5
1+
version: 0.0.6
22
type: plugin
33
author: langgenius
44
name: slack-bot

extensions/slack_bot/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ requires-python = ">=3.12"
77

88
# uv pip compile pyproject.toml -o ./requirements.txt
99
dependencies = [
10-
"dify_plugin==0.5.0",
11-
"Werkzeug==3.1.5",
10+
"dify_plugin>=0.5.0,<0.6.0",
1211
"slack-sdk==3.37.0",
1312
"markdown_to_mrkdwn==0.2.0",
1413
]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
dify_plugin>=0.5.0,<0.6.0
2-
Werkzeug>=3.0.3,<3.2
32
slack-sdk==3.37.0
43
markdown_to_mrkdwn==0.2.0

models/fishaudio/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.4
1+
version: 0.0.5
22
type: plugin
33
author: "langgenius"
44
name: "fishaudio"

models/fishaudio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-python = ">=3.12"
88
# uv pip compile pyproject.toml -o ./requirements.txt
99
dependencies = [
1010
"dify_plugin<0.6.0,>=0.5.0",
11-
"fish-audio-sdk>=2025.6.3",
11+
"fish-audio-sdk>=1.2.0",
1212
]
1313

1414
# uv run black . -C -l 100 && uv run ruff check --fix

models/fishaudio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dify_plugin<0.6.0,>=0.5.0
2-
fish-audio-sdk>=2025.6.3
2+
fish-audio-sdk>=1.2.0

tools/bitbucket/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.1
1+
version: 0.0.2
22
type: plugin
33
author: langgenius
44
name: bitbucket

tools/bitbucket/pyproject.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,12 @@ dependencies = [
1818
'click==8.1.8',
1919
'colorama==0.4.6; platform_system == "Windows"',
2020
'deprecated==1.2.18',
21-
'dify_plugin>=0.1.0,<0.2.0',
21+
'dify_plugin>=0.5.0,<0.8.0',
2222
'dpkt==1.9.8',
23-
'flask==3.0.5',
24-
'gevent==24.11.1',
25-
'greenlet==3.2.1; platform_python_implementation == "CPython"',
26-
'h11==0.16.0',
2723
'httpcore==1.0.8',
28-
'httpx==0.27.3',
2924
'idna==3.10',
3025
'itsdangerous==2.2.0',
31-
'jinja2==3.1.8',
26+
'jinja2==3.1.6',
3227
'jmespath==1.0.1',
3328
'markupsafe==3.0.2',
3429
'multidict==6.4.3',
@@ -42,7 +37,6 @@ dependencies = [
4237
'python-dotenv==1.1.0',
4338
'pyyaml==6.0.3',
4439
'regex==2024.11.6',
45-
'requests==2.32.7',
4640
'requests-oauthlib==2.0.0',
4741
'setuptools==79.0.0',
4842
'six==1.17.0',
@@ -53,11 +47,8 @@ dependencies = [
5347
'typing-extensions==4.13.2',
5448
'typing-inspection==0.4.0',
5549
'urllib3==2.6.0',
56-
'werkzeug==3.1.4',
5750
'wrapt==1.17.2',
5851
'yarl==1.20.0',
59-
'zope-event==5.0',
60-
'zope-interface==7.2',
6152
]
6253

6354
# uv run black . -C -l 100 && uv run ruff check --fix

0 commit comments

Comments
 (0)