File tree Expand file tree Collapse file tree
samples/external-mcp-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ PatternXConfigurationHandler:
723723 Type: AWS::Lambda::Function
724724 Properties:
725725 Handler: index.pattern_x_configuration_handler
726- Runtime: python3.9
726+ Runtime: python3.12
727727 Environment:
728728 Variables:
729729 PATTERN_NAME: "pattern-x"
Original file line number Diff line number Diff line change 2929 build_few_shot_extraction_examples_content ,
3030)
3131
32- # Conditional import for agentic extraction (requires Python 3.10 + dependencies)
32+ # Conditional import for agentic extraction (requires Python 3.12 + dependencies)
3333try :
3434 from idp_common .extraction .agentic_idp import structured_output
3535 from idp_common .schema import create_pydantic_model_from_json_schema
@@ -924,7 +924,7 @@ def _invoke_extraction_model(
924924 if self .config .extraction .agentic .enabled :
925925 if not AGENTIC_AVAILABLE :
926926 raise ImportError (
927- "Agentic extraction requires Python 3.10 + and strands-agents dependencies. "
927+ "Agentic extraction requires Python 3.12 + and strands-agents dependencies. "
928928 "Install with: pip install 'idp_common[agents]' or use agentic=False"
929929 )
930930
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The document processor example shows how to:
1212
1313## Prerequisites
1414
15- 1 . Python 3.8 +
15+ 1 . Python 3.12 +
16162 . Required packages:
1717 ``` bash
1818 pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A Python script to validate AWS CodeBuild `buildspec.yml` files for syntax error
1212
1313## Installation
1414
15- The validator requires Python 3.6 + and PyYAML:
15+ The validator requires Python 3.12 + and PyYAML:
1616
1717``` bash
1818pip install pyyaml
You can’t perform that action at this time.
0 commit comments