Guardrails-ai

Latest version: v0.6.5

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

Scan your dependencies

Page 7 of 9

0.2.5

Not secure
What's Changed
* Sync Async Equivalence Tests by nefertitirogers in https://github.com/guardrails-ai/guardrails/pull/364
* Update README.md by ShreyaR in https://github.com/guardrails-ai/guardrails/pull/370
* Updated README to fix broken links by Napuh in https://github.com/guardrails-ai/guardrails/pull/371
* Bump pillow from 10.0.0 to 10.0.1 by dependabot in https://github.com/guardrails-ai/guardrails/pull/369
* Bump urllib3 from 2.0.4 to 2.0.6 by dependabot in https://github.com/guardrails-ai/guardrails/pull/368
* [docs] Update documentation for query function by ShreyaR in https://github.com/guardrails-ai/guardrails/pull/362
* Allow non-ascii characters in reask by irgolic in https://github.com/guardrails-ai/guardrails/pull/376
* add dead link checker by zsimjee in https://github.com/guardrails-ai/guardrails/pull/339
* Remove default expand in nav by zsimjee in https://github.com/guardrails-ai/guardrails/pull/373
* reflect in typing that parse returns a str instead of tuple by zsimjee in https://github.com/guardrails-ai/guardrails/pull/380
* shreyar -> guardrails-ai ref updates by zsimjee in https://github.com/guardrails-ai/guardrails/pull/381
* Create SimilarToList validator by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/367
* Bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/guardrails-ai/guardrails/pull/393
* Bump gitpython from 3.1.34 to 3.1.37 by dependabot in https://github.com/guardrails-ai/guardrails/pull/383
* validator_service: Deduplicate field validation logs by irgolic in https://github.com/guardrails-ai/guardrails/pull/392
* use datetime parser to deal with unspecified datetimes by zsimjee in https://github.com/guardrails-ai/guardrails/pull/386
* Safe Get by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/400
* Doc updates by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/398
* skeleton_reask: Refrain from coercing lists and objects to string by irgolic in https://github.com/guardrails-ai/guardrails/pull/399
* Miscellaneous typo, type annotation and docs fixes by marwan116 in https://github.com/guardrails-ai/guardrails/pull/396
* generate_structured_data_cohere notebook by smohiuddin in https://github.com/guardrails-ai/guardrails/pull/409
* Add DetectSecrets validator by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/397
* Typing and XML removal by zsimjee in https://github.com/guardrails-ai/guardrails/pull/414
* release version script, version bump by zsimjee in https://github.com/guardrails-ai/guardrails/pull/416

New Contributors
* Napuh made their first contribution in https://github.com/guardrails-ai/guardrails/pull/371
* marwan116 made their first contribution in https://github.com/guardrails-ai/guardrails/pull/396

**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/v0.2.4...v0.2.5

0.2.4

Not secure
What's Changed
* update canonical uri for docs by zsimjee in https://github.com/ShreyaR/guardrails/pull/351
* Fix for 'sql' Key Error by nefertitirogers in https://github.com/ShreyaR/guardrails/pull/353
* Test Harness for Validators by nefertitirogers in https://github.com/ShreyaR/guardrails/pull/342
* Regex validator by zsimjee in https://github.com/ShreyaR/guardrails/pull/356

0.2.4alpha1

* remove references to blueprint by gurgeous in https://github.com/ShreyaR/guardrails/pull/359
* Additional Validator Tests by nefertitirogers in https://github.com/ShreyaR/guardrails/pull/360
* type-check ValidLength and ValidUrl values by zsimjee in https://github.com/ShreyaR/guardrails/pull/358

New Contributors
* gurgeous made their first contribution in https://github.com/ShreyaR/guardrails/pull/359

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.2.3...v0.2.4

0.2.3

Not secure
What's Changed
* Add provenance walkthrough notebook by thekaranacharya in https://github.com/ShreyaR/guardrails/pull/331
* Fix async validators multithreading by irgolic in https://github.com/ShreyaR/guardrails/pull/343
* version 0.2.3-alpha1 update by zsimjee in https://github.com/ShreyaR/guardrails/pull/344
* match on gr. instead of gr by zsimjee in https://github.com/ShreyaR/guardrails/pull/341
* fix issue with passing msg history on reasking by ShreyaR in https://github.com/ShreyaR/guardrails/pull/346
* Update version.py by zsimjee in https://github.com/ShreyaR/guardrails/pull/347


**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.2.2...v0.2.3

0.2.2

Not secure
What's Changed
* Fix OpenAI Chat Callable by irgolic in https://github.com/ShreyaR/guardrails/pull/325
* set default temperature to zero by nefertitirogers in https://github.com/ShreyaR/guardrails/pull/309
* Add warnings for variable-less prompts/instructions due to use of old var syntax by nefertitirogers in https://github.com/ShreyaR/guardrails/pull/313
* bump v to 0.2.2 by zsimjee in https://github.com/ShreyaR/guardrails/pull/330


**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.2.1...v0.2.2

0.2.1

Not secure
What's Changed
* Add provenance:v1 validator by thekaranacharya in https://github.com/ShreyaR/guardrails/pull/285
* bump version by CalebCourier in https://github.com/ShreyaR/guardrails/pull/304
* use gh workflow to deploy docs by zsimjee in https://github.com/ShreyaR/guardrails/pull/302
* update diagrams for guard, update the description by ShreyaR in https://github.com/ShreyaR/guardrails/pull/306
* 0.2.1 Features and Bug Fixes by CalebCourier in https://github.com/ShreyaR/guardrails/pull/315
* Post 2 doc fixes by CalebCourier in https://github.com/ShreyaR/guardrails/pull/316
* Docs fixes by CalebCourier in https://github.com/ShreyaR/guardrails/pull/317
* Add option to set the OpenAI API key during Guard initialization and fix bugs by thekaranacharya in https://github.com/ShreyaR/guardrails/pull/305
* Bump gitpython from 3.1.32 to 3.1.34 by dependabot in https://github.com/ShreyaR/guardrails/pull/312
* Additional test coverage by nefertitirogers in https://github.com/ShreyaR/guardrails/pull/318
* Update version.py by zsimjee in https://github.com/ShreyaR/guardrails/pull/323


**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.2.0...v0.2.1

Page 7 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.