Guardrails-ai

Latest version: v0.6.5

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

Scan your dependencies

Page 8 of 9

0.2.0

Not secure
The team has been hard at work and is excited to announce that the latest release of guardrails, v0.2.0, is now live!

With the latest release, we now support multiple methods of initializing a `Guard`, better interfaces for creating custom validators, a new provenance validator and several other usability improvements!


Blog post: https://www.guardrailsai.com/blog/0.2-release
Migration guide: https://docs.getguardrails.ai/0-2-migration/

0.1.9

Not secure
What's Changed
* Update mkdocs.yml by doppenhe in https://github.com/ShreyaR/guardrails/pull/184
* generate dummy data by ShreyaR in https://github.com/ShreyaR/guardrails/pull/182
* Async support by irgolic in https://github.com/ShreyaR/guardrails/pull/178
* Fix typos in `getting_started.ipynb` by freddiev4 in https://github.com/ShreyaR/guardrails/pull/188
* Add simple async guard.parse test by irgolic in https://github.com/ShreyaR/guardrails/pull/187
* Fix grammar error in getting_started.ipynb by serhatgktp in https://github.com/ShreyaR/guardrails/pull/191
* Add documentation for async by irgolic in https://github.com/ShreyaR/guardrails/pull/189
* Fix ChatGPT async wrapper by recog-arch in https://github.com/ShreyaR/guardrails/pull/193
* langchain.ipynb: Add `api` kwarg by irgolic in https://github.com/ShreyaR/guardrails/pull/192
* Bugfix - ValidLength and ValidUrl robustness by Mikkolehtimaki in https://github.com/ShreyaR/guardrails/pull/100
* Create FAQ by irgolic in https://github.com/ShreyaR/guardrails/pull/201
* Json skeleton reask by irgolic in https://github.com/ShreyaR/guardrails/pull/185
* rail.Script: Replace double quotes with " by irgolic in https://github.com/ShreyaR/guardrails/pull/196
* validators: Consolidate valid-url and is-reachable by irgolic in https://github.com/ShreyaR/guardrails/pull/197
* pin pydantic version by ShreyaR in https://github.com/ShreyaR/guardrails/pull/219
* pydantic support date formats by ShreyaR in https://github.com/ShreyaR/guardrails/pull/218
* update links in getting started guide by ShreyaR in https://github.com/ShreyaR/guardrails/pull/220
* Logging improvements by irgolic in https://github.com/ShreyaR/guardrails/pull/202
* Pass basemodel to sync and async runner calls by ShreyaR in https://github.com/ShreyaR/guardrails/pull/221
* json_utils: Handle value type error on skeleton check by irgolic in https://github.com/ShreyaR/guardrails/pull/225
* [bug] support setting reasking instructions by ShreyaR in https://github.com/ShreyaR/guardrails/pull/199
* make prompts optional in rail spec by ShreyaR in https://github.com/ShreyaR/guardrails/pull/110
* ci.yml: Run CI on dev branch by irgolic in https://github.com/ShreyaR/guardrails/pull/232
* bump version by CalebCourier in https://github.com/ShreyaR/guardrails/pull/278

New Contributors
* freddiev4 made their first contribution in https://github.com/ShreyaR/guardrails/pull/188
* serhatgktp made their first contribution in https://github.com/ShreyaR/guardrails/pull/191
* recog-arch made their first contribution in https://github.com/ShreyaR/guardrails/pull/193

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.8...v0.1.9

0.1.8

Not secure
What's Changed
* constants: enter `None` => enter `null` by irgolic in https://github.com/ShreyaR/guardrails/pull/176
* Refactor OutputSchema, implement StringOutputSchema by irgolic in https://github.com/ShreyaR/guardrails/pull/174
* Update mkdocs.yml by doppenhe in https://github.com/ShreyaR/guardrails/pull/179
* Pin minimum tenacity version by brandonhoughton in https://github.com/ShreyaR/guardrails/pull/171
* fix: Changed `boolean` to `bool` in rail docs by RamiAwar in https://github.com/ShreyaR/guardrails/pull/173
* Shreya/add python rail support by ShreyaR in https://github.com/ShreyaR/guardrails/pull/175
* Fix docstring by harlantwood in https://github.com/ShreyaR/guardrails/pull/181
* version bump 0.1.8 by ShreyaR in https://github.com/ShreyaR/guardrails/pull/183

New Contributors
* brandonhoughton made their first contribution in https://github.com/ShreyaR/guardrails/pull/171
* RamiAwar made their first contribution in https://github.com/ShreyaR/guardrails/pull/173
* harlantwood made their first contribution in https://github.com/ShreyaR/guardrails/pull/181

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.7...v0.1.8

0.1.7

Not secure
What's Changed
* 📝 docs(CONTRIBUTING.md): add contributing guidelines to the project by woop in https://github.com/ShreyaR/guardrails/pull/132
* fix link for if-condition examples by ShreyaR in https://github.com/ShreyaR/guardrails/pull/141
* fix bug in variable names in prompt by ShreyaR in https://github.com/ShreyaR/guardrails/pull/143
* docs for text2sql app by ShreyaR in https://github.com/ShreyaR/guardrails/pull/144
* add guardrails for summarization by ShreyaR in https://github.com/ShreyaR/guardrails/pull/148
* only replace constants when they match a primitive by ShreyaR in https://github.com/ShreyaR/guardrails/pull/149
* add logging support by ShreyaR in https://github.com/ShreyaR/guardrails/pull/125
* rename logging to logging utils by ShreyaR in https://github.com/ShreyaR/guardrails/pull/151
* fix one-line validator to fire when num lines > 1 by ShreyaR in https://github.com/ShreyaR/guardrails/pull/152
* feat: add manifest embeddings by lorr1 in https://github.com/ShreyaR/guardrails/pull/146
* set custom kwargs for llm api in text2sql by ShreyaR in https://github.com/ShreyaR/guardrails/pull/156
* Added a section on the readme to link to the 7-day github activity by doppenhe in https://github.com/ShreyaR/guardrails/pull/158
* version bump by ShreyaR in https://github.com/ShreyaR/guardrails/pull/161

New Contributors
* woop made their first contribution in https://github.com/ShreyaR/guardrails/pull/132
* doppenhe made their first contribution in https://github.com/ShreyaR/guardrails/pull/158

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.6...v0.1.7

0.1.6

Not secure
What's Changed
* update readme by ShreyaR in https://github.com/ShreyaR/guardrails/pull/95
* Bump redis from 4.5.3 to 4.5.4 by dependabot in https://github.com/ShreyaR/guardrails/pull/96
* add ability to specify date formats by ShreyaR in https://github.com/ShreyaR/guardrails/pull/101
* support guardrails cli by ShreyaR in https://github.com/ShreyaR/guardrails/pull/102
* added griffe as a docs dependency by ShreyaR in https://github.com/ShreyaR/guardrails/pull/103
* add griffe as a main dep for pydantic by ShreyaR in https://github.com/ShreyaR/guardrails/pull/104
* update getting started guide by ShreyaR in https://github.com/ShreyaR/guardrails/pull/105
* Python 3.11 support by Mikkolehtimaki in https://github.com/ShreyaR/guardrails/pull/97
* removed requirements.txt by ShreyaR in https://github.com/ShreyaR/guardrails/pull/107
* clean getting started by ShreyaR in https://github.com/ShreyaR/guardrails/pull/111
* added support for setting schema and connection string in sql validator by diptanu in https://github.com/ShreyaR/guardrails/pull/108
* add docs about how to use any llm api by ShreyaR in https://github.com/ShreyaR/guardrails/pull/114
* update docstring by ShreyaR in https://github.com/ShreyaR/guardrails/pull/115
* fixed a bug with sqlite by diptanu in https://github.com/ShreyaR/guardrails/pull/116
* feat: added manifest client by lorr1 in https://github.com/ShreyaR/guardrails/pull/117
* Support for VectorDBs by diptanu in https://github.com/ShreyaR/guardrails/pull/113
* Add a validator to check column names in SQL statements by diptanu in https://github.com/ShreyaR/guardrails/pull/120
* pin sqlalchemy version by ShreyaR in https://github.com/ShreyaR/guardrails/pull/124
* Remove surrounding backticks before parsing output as JSON by irgolic in https://github.com/ShreyaR/guardrails/pull/118
* Enable instructions to LLMs, e.g. chat model system prompts by Mikkolehtimaki in https://github.com/ShreyaR/guardrails/pull/119
* added docs for instruction tags by ShreyaR in https://github.com/ShreyaR/guardrails/pull/127
* [fix] typo in instructions docs by ShreyaR in https://github.com/ShreyaR/guardrails/pull/128
* housekeeping updates by ShreyaR in https://github.com/ShreyaR/guardrails/pull/130
* text2sql by ShreyaR in https://github.com/ShreyaR/guardrails/pull/121
* add retries for transient errors by ShreyaR in https://github.com/ShreyaR/guardrails/pull/134
* sentence match guardrails by ShreyaR in https://github.com/ShreyaR/guardrails/pull/136
* fix iteration when the outermost container is a list by ShreyaR in https://github.com/ShreyaR/guardrails/pull/137
* fix import issues for extracted sentence summary match by ShreyaR in https://github.com/ShreyaR/guardrails/pull/138
* version bump by ShreyaR in https://github.com/ShreyaR/guardrails/pull/139

New Contributors
* Mikkolehtimaki made their first contribution in https://github.com/ShreyaR/guardrails/pull/97
* diptanu made their first contribution in https://github.com/ShreyaR/guardrails/pull/108
* lorr1 made their first contribution in https://github.com/ShreyaR/guardrails/pull/117

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.5...v0.1.6

0.1.5

Not secure
What's Changed
* System prompts for Chat APIs by irgolic in https://github.com/ShreyaR/guardrails/pull/74
* [docs] updated langchain docs with an example with variables by ShreyaR in https://github.com/ShreyaR/guardrails/pull/79
* fix json decode error with control characters by ShreyaR in https://github.com/ShreyaR/guardrails/pull/80
* add raise as an on-fail type by ShreyaR in https://github.com/ShreyaR/guardrails/pull/84
* Bump redis from 4.5.1 to 4.5.3 by dependabot in https://github.com/ShreyaR/guardrails/pull/86
* choice data type by ShreyaR in https://github.com/ShreyaR/guardrails/pull/81
* fix bug in from_str when output field is None by ShreyaR in https://github.com/ShreyaR/guardrails/pull/88
* Fix bug in valid-length for lists by ShreyaR in https://github.com/ShreyaR/guardrails/pull/89
* Fix validator formatting when the validator is initialized with arguments by ShreyaR in https://github.com/ShreyaR/guardrails/pull/90
* Logging by ShreyaR in https://github.com/ShreyaR/guardrails/pull/91
* [wip] add fix_reask on_fail type by ShreyaR in https://github.com/ShreyaR/guardrails/pull/66
* Optimize chat prompts (Remove `JSON Output:`) by irgolic in https://github.com/ShreyaR/guardrails/pull/82
* version bump 0.1.5 by ShreyaR in https://github.com/ShreyaR/guardrails/pull/92


**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.4...v0.1.5

Page 8 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.