fix(deps): bump urllib3 to 2.7.0 (VULN-88814) - #144
Conversation
Remediate redirect-response decompression bomb when preload_content=False (fixed in 2.6.3). Lock-only bump; example pins set to 2.6.3. Co-authored-by: Cursor <cursoragent@cursor.com>
a7d73dd to
feb070a
Compare
Code Review — AI-Assisted Feedback
Verdict: Approve with commentsMinimal security bump (5 files, dependency pins only). One item to confirm before merging, two optional nits below. P2 — urllib3 2.7.0 raises Python floor to >=3.10 (Claude Code)File/Section: P3 — Version drift between lockfile (2.7.0) and example pins (2.6.3) (Claude Code)File/Section: P3 —
|
| Reviewer | Model | Key Contribution |
|---|---|---|
| Claude Code | Claude Opus | Python floor change, version drift, zstd extra backing-library swap |
Summary
preload_content=False(fixed in 2.6.3).poetry.lock: urllib3 2.5.0 → 2.7.0 (CPython; no pyproject change).urllib3==2.6.3; langgraph example lock → 2.7.0.Notes
Test plan
poetry checkpoetry run pytest tests/(1995 passed, 4 skipped)Jira
VULN-88814