Commit bcc39cf
Fix PrettyTables v3 compatibility: change header to column_labels
PrettyTables v3.0.0 introduced breaking API changes.
The `header` parameter has been renamed to `column_labels`.
This commit updates the extension to use the new parameter name
to ensure compatibility with both v2.4+ and v3.x of PrettyTables.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5b082da commit bcc39cf
File tree
1 file changed
+1
-1
lines changed- ext/SymbolicIndexingInterfacePrettyTablesExt
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments