chore(deps): bump pypdf to 6.15.0 in the build_from_pip image

The pip-installed image pinned 6.7.5 while uv.lock resolved 6.14.2, so the
two install paths had drifted eight patch releases apart. Match the lock.
This commit is contained in:
Yuneng Jiang 2026-09-01 14:53:11 -07:00
parent f2f3a5d769
commit 7a9d13229c
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ RUN uv venv --python python && \
"mangum==0.17.0" \
"azure-ai-contentsafety==1.0.0" \
"azure-storage-file-datalake==12.20.0" \
"pypdf==6.7.5" \
"pypdf==6.15.0" \
"llm-sandbox==0.3.31" \
"detect-secrets==1.5.0" \
"prisma==0.11.0" \