-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
[Chore] Update xgrammar version from 0.1.25 to 0.1.27
#28221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: cjackal <44624812+cjackal@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
The pull request updates the xgrammar dependency from version 0.1.25 to 0.1.27. This is a beneficial change as it addresses a known bug related to negative floats in JSON number fields without introducing any API changes. The update improves the robustness of JSON parsing within the system. No critical or high-severity issues were found in this dependency update.
|
ping to @mgoin @russellb @aarnphm @benchislett as this version bump is for structured outputs. |
xgrammar version from 0.1.25 to 0.1.27xgrammar version from 0.1.25 to 0.1.27
|
The two failed tests seem not related to the version bump. |
|
merge main to apply #28413 |
|
buildkite/ci/examples-test is also failing on main. |
Purpose
Update
xgrammardependency version to 0.1.27. This version fixes the bug that negative floats of the form-0.xxxis not allowed as a valid JSON number field.There is no API changes on xgrammar side from this bugfix version update, so safe to bump the version.
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist