Commit a6cec64
fix(e2e): seed from installed graphrag-sdk 0.8.2 instead of cloning HEAD
GraphRAG-SDK released v1.0 (April 16) and force-pushed history during
the release, dropping the pre-v1.0 API surface that the e2e tests were
built against. Cloning HEAD now produces a graph without the
merge_with/combine/import_data/add_node/add_edge/ask Function nodes
the tests interact with.
Switch to analyzing the installed graphrag-sdk package (pinned to 0.8.2
via uv.lock — immutable on PyPI). flask clone stays for autocomplete
variety on set/lo/as substrings. ensure_calls_edges keeps acting as a
safety net for the two required CALLS edges.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1838b36 commit a6cec64
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | | - | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
64 | 77 | | |
65 | 78 | | |
66 | 79 | | |
| |||
0 commit comments