We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be7d92 commit d9731bfCopy full SHA for d9731bf
lib/idp_common_pkg/pyproject.toml
@@ -162,7 +162,7 @@ agentic-extraction = [
162
"jsonpatch==1.33",
163
"strands-agents>=1.7.1 ; python_full_version >= '3.10'",
164
"pandas>=2.2.3",
165
- "pymupdf>=1.25.5",
+ "pymupdf==1.25.5", # Pinned to 1.25.5 - has pre-built ARM64 wheels, 1.26.x requires compilation
166
"email-validator>=2.3.0",
167
"tabulate>=0.9.0",
168
"aws-lambda-powertools>=3.2.0", # Structured logging and observability
0 commit comments