Skip to content

Commit ed8067e

Browse files
author
Bob Strahan
committed
Update test dependencies in pyproject.toml for BDA blueprint and schema generator tests
1 parent 775c0b0 commit ed8067e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ test = [
126126
"pytest-asyncio>=1.1.0",
127127
"typer>=0.19.2",
128128
"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
129131
]
130132

131133
# Full package with all dependencies

0 commit comments

Comments
 (0)