Skip to content

Commit 015a4c9

Browse files
committed
build(deps): add bailian SDK to main dependencies and remove from optional
Move alibabacloud_bailian20231229 from optional knowledgebase group to main dependencies since it's now required for core functionality following the knowledge base feature implementation. 将 alibabacloud_bailian20231229 从可选的知识库组移动到主依赖项, 因为现在核心功能需要它,这是知识库功能实现后的变化。 Change-Id: I2d6e6fc76ccc969a76959a3609e13fe95e8b7621 Signed-off-by: OhYee <[email protected]>
1 parent c5ddb30 commit 015a4c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
"pydash>=8.0.5",
1616
"alibabacloud-agentrun20250910>=5.0.1",
1717
"alibabacloud_tea_openapi>=0.4.2",
18+
"alibabacloud_bailian20231229>=2.6.2",
1819
]
1920

2021
[project.optional-dependencies]
@@ -53,10 +54,6 @@ mcp = [
5354
"mcp>=1.21.2; python_version >= '3.10'",
5455
]
5556

56-
knowledgebase = [
57-
"alibabacloud_bailian20231229>=2.6.2"
58-
]
59-
6057
[dependency-groups]
6158
dev = [
6259
"coverage>=7.10.7",

0 commit comments

Comments
 (0)