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 @@ -53,7 +53,7 @@ dependencies = [
"pymssql>=2.2.11",
"openpyxl>=3.1.5",
"orjson==3.10",
"pypdf==6.9.1",
"pypdf==6.13.3",

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.

pypdf 从 6.9.1 升级到 6.13.3 包含多个安全修复(防止无限循环、循环引用检测等)。这是一个相对安全的升级,但建议确认项目中 pypdf 的使用方式是否受新版本中 font 处理变更的影响(6.13.0 修改了 font character 的 unicode 映射逻辑)。

"python-pptx==1.0.2",
"ijson==3.5.0",
"langchain-text-splitters==1.1.2",
Expand Down
Loading