Skip to content
Open
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
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ quality = [
]
data_process = [
"unstructured[all-docs]",
"unstructured-inference==1.2.0",
"unstructured-inference==1.6.13",

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.

unstructured-inference 从 1.2.0 升级到 1.6.13 跨了多个 minor version。这个库负责文档推理(PDF/DOCX 解析),版本间 API 可能有变化。建议确认与 PR #3280unstructured 0.18.14→0.23.1 的升级是否兼容——两个库的版本需要匹配才能正常工作。

]
performance = [
"opentelemetry-api>=1.20.0",
Expand Down
Loading