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.
2 parents 4eee21e + 0f97910 commit 280e997Copy full SHA for 280e997
lib/idp_common_pkg/pyproject.toml
@@ -126,6 +126,8 @@ test = [
126
"pytest-asyncio>=1.1.0",
127
"typer>=0.19.2",
128
"ruff>=0.14.0",
129
+ "deepdiff>=6.0.0", # Required for BDA blueprint service tests
130
+ "datamodel-code-generator>=0.25.0", # Required for schema/pydantic generator tests
131
]
132
133
# Full package with all dependencies
0 commit comments