Commit 275422b
Fix kaleido version detection for CI compatibility
Check for kaleido v1 by looking for the v1-specific `write_fig_sync`
function rather than checking for absence of `scopes`. This handles
edge cases where kaleido v0.2.1 may have broken `scopes` attribute
on certain Python versions (e.g., Python 3.14).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b1103b2 commit 275422b
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 100 | + | |
| 101 | + | |
103 | 102 | | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments