Lm-format-enforcer

Latest version: v0.10.11

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

0.8.1

- Performannce improvement: Limited-length JSON strings will also enjoy caching. Thanks [Jarno Elonen](https://github.com/elonen) for the contribution!

0.8.0

- Performance improvement: Introduced `TokenEnforcerTokenizerData` that allows reusing the tokenizer preprocessing data between different `TokenEnforcer` instances. The sample notebooks have been updated to take advantage of this option.
- Performance improvement: Long sequences will see up to 5x `TokenEnforcer` runtime footprint reduction.

0.7.3

- Bug fixes

0.7.2

- vLLM performance improvements
- Sample notebooks don't require huggingface account anymore

0.7.1

- Added [ExLlamaV2 integration](https://github.com/noamgat/lm-format-enforcer/blob/main/samples/colab_exllamav2_integration.ipynb)

0.7.0

- JSON Schema: Added support for union types. In pydantic, both `key: int | str` and `key: Union[int, str]` formats are supported
- JSON Schema: Added support for schemaless JSON mode. `JsonSchemaParser(None)` will now create a parser that accepts any valid JSON.

Page 5 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.