Outlines

Latest version: v0.2.1

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

Scan your dependencies

Page 4 of 11

0.0.45

What's Changed
* Fix some dependency issues and remove obsolete try-except block by fpgmaas in https://github.com/outlines-dev/outlines/pull/967
* Update Modal refs from stub to app by kstathou in https://github.com/outlines-dev/outlines/pull/974
* Mask cache Performance Optimization for vllm by paul-grundmann in https://github.com/outlines-dev/outlines/pull/939
* update README.md by silviachen46 in https://github.com/outlines-dev/outlines/pull/968
* Pin Numpy: `numpy<2.0.0`, Prevent `ModuleNotFoundError` by lapp0 in https://github.com/outlines-dev/outlines/pull/977

New Contributors
* fpgmaas made their first contribution in https://github.com/outlines-dev/outlines/pull/967
* kstathou made their first contribution in https://github.com/outlines-dev/outlines/pull/974
* paul-grundmann made their first contribution in https://github.com/outlines-dev/outlines/pull/939
* silviachen46 made their first contribution in https://github.com/outlines-dev/outlines/pull/968

**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.44...0.0.45

0.0.44

What's Changed
* Fix null byte `\x00` issue in byte level fsm resulting in `KeyError` in `BetterFSM::FSMInfo` by lapp0 in https://github.com/outlines-dev/outlines/pull/930
* Correct link for llamacpp library by alonsosilvaallende in https://github.com/outlines-dev/outlines/pull/949
* Add statement regarding OS vs closed models by rlouf in https://github.com/outlines-dev/outlines/pull/950
* Support min/max number of digits for numbers in JSON Schema by smagnan in https://github.com/outlines-dev/outlines/pull/932
* Fix/extend re replacement seq by saattrupdan in https://github.com/outlines-dev/outlines/pull/948
* Update docker ENTRYPOINT to ensure proper argument handling by shashankmangla in https://github.com/outlines-dev/outlines/pull/962
* Add cerebrium as deployment option in documentation by rlouf in https://github.com/outlines-dev/outlines/pull/963
* Add link to TGI documentation by rlouf in https://github.com/outlines-dev/outlines/pull/964
* Introduce `outlines.models.mlxlm` by lapp0 in https://github.com/outlines-dev/outlines/pull/956
* Update the documentation for OpenAI models by rlouf in https://github.com/outlines-dev/outlines/pull/951

New Contributors
* alonsosilvaallende made their first contribution in https://github.com/outlines-dev/outlines/pull/949
* smagnan made their first contribution in https://github.com/outlines-dev/outlines/pull/932
* shashankmangla made their first contribution in https://github.com/outlines-dev/outlines/pull/962

**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.43...0.0.44

0.0.43

What's Changed
* fix typo in docs by eitanturok in https://github.com/outlines-dev/outlines/pull/860
* fix code rendering by eitanturok in https://github.com/outlines-dev/outlines/pull/864
* Ignore errors caused by import warnings from `huggingface_hub` & `pyairports` by leloykun in https://github.com/outlines-dev/outlines/pull/866
* Fix format in the BentoML doc by Sherlock113 in https://github.com/outlines-dev/outlines/pull/867
* Hotfix for CFG Generation by leloykun in https://github.com/outlines-dev/outlines/pull/865
* Localize types by rlouf in https://github.com/outlines-dev/outlines/pull/868
* Add `Email` type by eitanturok in https://github.com/outlines-dev/outlines/pull/870
* Fix installation instructions by eitanturok in https://github.com/outlines-dev/outlines/pull/877
* Extract function name in `get_schema_from_signature` by eitanturok in https://github.com/outlines-dev/outlines/pull/878
* Remove broken final state loop by br3no in https://github.com/outlines-dev/outlines/pull/874
* Fixing stream stopping at wrong location by isamu-isozaki in https://github.com/outlines-dev/outlines/pull/898
* Prevent Illegal Look-Around for OneOf in JSONSchema by lapp0 in https://github.com/outlines-dev/outlines/pull/897
* Circumvent Broken llama.cpp Pre-Tokenizer by lapp0 in https://github.com/outlines-dev/outlines/pull/892
* Add args to Jinja filters by eitanturok in https://github.com/outlines-dev/outlines/pull/902
* Allow Parenthesis in `STRING_INNER` by lapp0 in https://github.com/outlines-dev/outlines/pull/899
* Allow Objects Which are Unconstrained (No `additionalProperties`) in JSON Schemas by lapp0 in https://github.com/outlines-dev/outlines/pull/907
* Use TQDM to track index compilation progress by lapp0 in https://github.com/outlines-dev/outlines/pull/915
* Update caching and add tokenizer to `create_states_mapping` by brandonwillard in https://github.com/outlines-dev/outlines/pull/911
* Use less problematic whitespace token by lapp0 in https://github.com/outlines-dev/outlines/pull/916
* Enable Tuples / prefixItems in build_regex_from_schema() by lapp0 in https://github.com/outlines-dev/outlines/pull/912
* Fix invalid regex in unconstrained arrays for json_schema.py by lapp0 in https://github.com/outlines-dev/outlines/pull/919
* Allow json schema of `{}`, resulting in unconstrained json value by lapp0 in https://github.com/outlines-dev/outlines/pull/914
* Fix llamacpp caching by making `LlamaCppTokenizer` an outlines `Tokenizer` by lapp0 in https://github.com/outlines-dev/outlines/pull/929
* Fix Missing `pyproject.toml` Deps, Breaking `Release PyPi` Workflow & Add Build Wheel / SDist Check to PR Workflow by lapp0 in https://github.com/outlines-dev/outlines/pull/938
* Introduce PR Benchmark Workflow by lapp0 in https://github.com/outlines-dev/outlines/pull/903
* Add Documentation on Outlines Versioning and Releases by lapp0 in https://github.com/outlines-dev/outlines/pull/940

New Contributors
* eitanturok made their first contribution in https://github.com/outlines-dev/outlines/pull/860
* leloykun made their first contribution in https://github.com/outlines-dev/outlines/pull/866
* Sherlock113 made their first contribution in https://github.com/outlines-dev/outlines/pull/867
* br3no made their first contribution in https://github.com/outlines-dev/outlines/pull/874

**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.42...0.0.43

0.0.42

What's Changed
* Add cookbook to run Outlines on the cloud with BentoML by larme in https://github.com/outlines-dev/outlines/pull/848
* Add Gigax project to community by rlouf in https://github.com/outlines-dev/outlines/pull/850
* Add HF evaluation article by rlouf in https://github.com/outlines-dev/outlines/pull/851
* Remove the need to copy all tokens during basic generation by brandonwillard in https://github.com/outlines-dev/outlines/pull/852
* Add article with HF in README and documentation by rlouf in https://github.com/outlines-dev/outlines/pull/854
* Add more custom types by rlouf in https://github.com/outlines-dev/outlines/pull/857

New Contributors
* larme made their first contribution in https://github.com/outlines-dev/outlines/pull/848

**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.41...0.0.42

0.0.41

What's Changed
* Fix typo in llama.cpp documentation by rlouf in https://github.com/outlines-dev/outlines/pull/835
* Add azure_openai to models __init__.py by lassiraa in https://github.com/outlines-dev/outlines/pull/840
* Add phone number and zip code custom types by rlouf in https://github.com/outlines-dev/outlines/pull/849

New Contributors
* lassiraa made their first contribution in https://github.com/outlines-dev/outlines/pull/840

**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.40...0.0.41

0.0.40

What's Changed
* Exclude escape character in JSON string fields by rlouf in https://github.com/outlines-dev/outlines/pull/829
* Add tweets about Outlines by rlouf in https://github.com/outlines-dev/outlines/pull/830
* Add `model_name` as an optional parameter for `azure_openai` by HerrIvan in https://github.com/outlines-dev/outlines/pull/825
* Force dates, uuid, datetimes, times to be between quotes by rlouf in https://github.com/outlines-dev/outlines/pull/831


**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.39...0.0.40

Page 4 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.