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 src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CDR Lambda dependencies
# Pin versions for reproducible Lambda layer builds.

pikepdf==10.11.0 # PDF manipulation — strips JS, actions, embedded files
pikepdf==10.12.0 # PDF manipulation — strips JS, actions, embedded files
Pillow==12.3.0 # Image re-encoding — purges EXIF, ICC, XMP
boto3==1.43.69 # AWS SDK (pre-installed in Lambda runtime, pin for local dev)
pyxlsb==1.0.10 # xlsb reader — extracts cell values from BIFF12 binary sheets
Expand Down
Loading