Skip to content

Commit 7a37472

Browse files
kutcodeclaude
andcommitted
Bump dependencies to fix pip-audit CVEs
- fastapi 0.115.6 → 0.135.3 (fixes starlette CVEs) - python-multipart 0.0.20 → 0.0.22 (CVE-2026-24486) - pdfplumber 0.11.4 → 0.11.9 (fixes pdfminer-six CVEs) - PyJWT 2.10.1 → 2.12.0 (CVE-2026-32597) Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent fa11742 commit 7a37472

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

backend/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Web framework
2-
fastapi==0.115.6
2+
fastapi==0.135.3
33
uvicorn[standard]==0.34.0
4-
python-multipart==0.0.20
4+
python-multipart==0.0.22
55

66
# Database
77
sqlalchemy==2.0.36
@@ -12,7 +12,7 @@ greenlet==3.2.5
1212

1313
# Document parsing
1414
python-docx==1.1.2
15-
pdfplumber==0.11.4
15+
pdfplumber==0.11.9
1616

1717
# AI / Embeddings
1818
sentence-transformers==3.3.1
@@ -27,4 +27,4 @@ eval_type_backport==0.3.1
2727
alembic==1.14.1
2828

2929
# Authentication
30-
PyJWT[crypto]==2.10.1
30+
PyJWT[crypto]==2.12.0

0 commit comments

Comments
 (0)