Skip to content

Commit 31df6b6

Browse files
shirshankaclaude
authored andcommitted
fix(cli): add upper bound to playwright dep, fix markdown formatting
CI fixes: - Add upper bound to playwright dependency (<2.0.0) to satisfy check-python-deps pinning rules - Run mdPrettierWrite to fix markdown formatting in INIT_AGENT_CONTEXT.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 20ae435 commit 31df6b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

metadata-ingestion/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
]
12271227
)
12281228
),
1229-
"sso": list(framework_common | {"playwright>=1.40.0"}),
1229+
"sso": list(framework_common | {"playwright>=1.40.0,<2.0.0"}),
12301230
"cloud": ["acryl-datahub-cloud"],
12311231
"dev": list(dev_requirements),
12321232
"docs": list(

metadata-ingestion/src/datahub/cli/resources/INIT_AGENT_CONTEXT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ datahub init --sso --host https://your-instance.example.com/gms --token-duration
6161
```
6262

6363
**Prerequisites** (one-time setup):
64+
6465
```bash
6566
pip install 'acryl-datahub[sso]' # or: uv pip install 'acryl-datahub[sso]'
6667
playwright install chromium

0 commit comments

Comments
 (0)