Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions lib/idp_common_pkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ test = [
"typer>=0.19.2",
"ruff>=0.14.0",
"deepdiff>=6.0.0", # Required for BDA blueprint service tests
"datamodel-code-generator>=0.25.0", # Required for schema/pydantic generator tests
"datamodel-code-generator>=0.64.0", # Required for schema/pydantic generator tests
"mypy-boto3-bedrock-runtime>=1.39.0", # Required for bedrock_utils tests
# Evaluation module dependencies (from evaluation group)
"stickler-eval==0.5.0",
Expand Down Expand Up @@ -221,7 +221,7 @@ agentic-extraction = [
"email-validator>=2.3.0",
"tabulate>=0.9.0",
"aws-lambda-powertools>=3.2.0", # Structured logging and observability
"datamodel-code-generator>=0.25.0", # Generate Pydantic models from JSON Schema
"datamodel-code-generator>=0.64.0", # Generate Pydantic models from JSON Schema
"mypy-boto3-bedrock-runtime>=1.39.0", # Type stubs for bedrock_utils.py
]

Expand Down
Loading
Loading