Skip to content

Commit e0e45f0

Browse files
committed
[Bugfix] Fix the bug in Hermes streaming parsing
1 parent 0564a99 commit e0e45f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ lark == 1.2.2
2828
xgrammar == 0.1.19; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64"
2929
typing_extensions >= 4.10
3030
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
31+
json_repair # used for repairing JSON outputs
3132
partial-json-parser # used for parsing partial JSON outputs
3233
pyzmq >= 25.0.0
3334
msgspec

0 commit comments

Comments
 (0)