Skip to content

Commit d9731bf

Browse files
committed
pymupdf version pin
1 parent 0be7d92 commit d9731bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ agentic-extraction = [
162162
"jsonpatch==1.33",
163163
"strands-agents>=1.7.1 ; python_full_version >= '3.10'",
164164
"pandas>=2.2.3",
165-
"pymupdf>=1.25.5",
165+
"pymupdf==1.25.5", # Pinned to 1.25.5 - has pre-built ARM64 wheels, 1.26.x requires compilation
166166
"email-validator>=2.3.0",
167167
"tabulate>=0.9.0",
168168
"aws-lambda-powertools>=3.2.0", # Structured logging and observability

0 commit comments

Comments
 (0)