fix: support Altair 6+ Vega-Lite MIME types in FigureAltair#1138
Merged
maartenbreddels merged 2 commits intomasterfrom Jan 21, 2026
Merged
fix: support Altair 6+ Vega-Lite MIME types in FigureAltair#1138maartenbreddels merged 2 commits intomasterfrom
maartenbreddels merged 2 commits intomasterfrom
Conversation
Altair 6 introduces a new MIME type format (application/vnd.vegalite.v6.json) that differs from v4/v5 (+json suffix). Update the MIME type detection to find any vegalite MIME type instead of hardcoding specific versions. Based on the issue identified in #1135. Co-Authored-By: SAKSHI-DOT693 <[email protected]> Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add instructions for setting up dev environment with uv - Update test/server commands to use uv run - Add uv.lock to .gitignore Co-Authored-By: Claude Opus 4.5 <[email protected]>
Contributor
|
Thanks a lot for fixing that, really appreciated! Would a new release be possible? |
Contributor
|
Thanks! Glad this helped. Given that Altair 6 currently breaks FigureAltair for existing users, |
Contributor
Author
|
yeah, it's released, thank claude for that :) it managed that very smoothly, also the changelog is up to date: https://solara.dev/changelog Thanks you all! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FigureAltairto support Altair 6+ which uses a different MIME type format (application/vnd.vegalite.v6.jsoninstead of+jsonsuffix)This is a replacement for #1135 which had indentation issues. Credit to @SAKSHI-DOT693 for identifying the problem.
Test plan
Closes #1127
Closes #1135
🤖 Generated with Claude Code