Skip to content
Merged
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 sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies = [
"ijson==3.5.0",
"langchain-text-splitters==1.1.2",
"ebooklib==0.20",
"pypandoc==1.17",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新增 pypandoc==1.17 依赖。pypandoc 是 Pandoc 的 Python 封装,需要系统安装 Pandoc 二进制文件才能正常工作。请确认:1) Docker 镜像中是否已包含 Pandoc?2) 如果未安装,运行时是否会优雅降级?3) 这个依赖是用于什么场景(如文档格式转换)?建议在 PR 描述中说明。

]

[tool.uv]
Expand Down
Loading