Skip to content

Commit 730918c

Browse files
authored
Updating LM Format Enforcer version to v10.3
This version improves JSON Schema Parsing capabilities: [#100] JsonSchemaParser: Added allOf support [#99] JsonSchemaParser: Fixed edge case that would allow leading comma in JSON Array [#102] JsonSchemaParser: Fixed Array of Enums not producing multiple values
1 parent 41708e5 commit 730918c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pillow # Required for image processing
1717
prometheus_client >= 0.18.0
1818
prometheus-fastapi-instrumentator >= 7.0.0
1919
tiktoken >= 0.6.0 # Required for DBRX tokenizer
20-
lm-format-enforcer == 0.10.1
20+
lm-format-enforcer == 0.10.3
2121
outlines >= 0.0.43, < 0.1 # Requires torch >= 2.1.0
2222
typing_extensions
2323
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4

0 commit comments

Comments
 (0)