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 f3a49fd commit 84a9647Copy full SHA for 84a9647
lib/idp_common_pkg/pyproject.toml
@@ -24,6 +24,7 @@ dependencies = [
24
"boto3==1.39.7", # Core dependency for AWS services
25
"jsonschema>=4.25.1",
26
"pydantic>=2.12.0",
27
+ "deepdiff>=6.0.0", # Required by BDA blueprint service for blueprint comparison
28
]
29
readme = "README.md"
30
classifiers = [
@@ -66,7 +67,6 @@ classification = [
66
67
# Extraction module dependencies
68
extraction = [
69
"Pillow==11.2.1", # For image handling
- "deepdiff>=6.0.0",
70
71
72
# Assessment module dependencies
0 commit comments