Skip to content
Closed
Show file tree
Hide file tree
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 envs/repl_env/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
# REPL custom Gradio tab on /web
"gradio>=4.0.0",
# Document upload support in the Gradio tab (server-side only, not in the sandbox)
"pypdf>=6.14.2",
"pypdf>=6.15.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Direct-dep floor bump. 6.15.0 is a security fix: it patches CVE-2026-71852 and CVE-2026-71870 — both DoS-during-text-extraction issues from crafted PDFs that affect 6.14.2. This is directly relevant because repl_env calls extract_text() on user-uploaded PDFs in server/gradio_ui.py. Constraint-wise, pypdf requires-python >=3.9 is satisfied by repl_env's >=3.10, and its only runtime dep (typing_extensions) is already locked.

]

[project.optional-dependencies]
Expand Down
26 changes: 13 additions & 13 deletions envs/repl_env/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading