guardrails-ai / guardrails

Adding guardrails to large language models.
https://www.guardrailsai.com/docs
Apache License 2.0
3.6k stars 259 forks source link

Make JSONFormer a dependency of transformers. Add 'make update-lock'. #849

Closed JosephCatrambone closed 1 week ago

JosephCatrambone commented 1 week ago

JSONFormer has transformers as a sibling dependency. Make a child dependency of transformers in the poetry lock so that we only get the functionality if we need it. This also fixes all notebook runs.