Guardrails-ai

Latest version: v0.6.1

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

Scan your dependencies

Page 5 of 9

0.3.3

Not secure
New Contributors
* mory91 made their first contribution in https://github.com/guardrails-ai/guardrails/pull/548
* jayercule made their first contribution in https://github.com/guardrails-ai/guardrails/pull/556
* aaravnavani made their first contribution in https://github.com/guardrails-ai/guardrails/pull/549

**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/v0.3.2...v0.3.3

0.3.2

Not secure
What's Changed
* Better Fix Logic for TwoWord Validator by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/511
* HuggingFace Support by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/505
* run each notebook as its own independent check by zsimjee in https://github.com/guardrails-ai/guardrails/pull/510
* Fix Dependencies by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/518
* Exception handling by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/512
* Skeleton reask prompt engineering by irgolic in https://github.com/guardrails-ai/guardrails/pull/517
* 032 version bump by zsimjee in https://github.com/guardrails-ai/guardrails/pull/521


**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/v0.3.1...v0.3.2

0.3.1

Not secure
* try to release without a fixed commit v of comet by zsimjee in https://github.com/guardrails-ai/guardrails/pull/509


**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/0.3.0...v0.3.1

0.3.0

Not secure
What's Changed
* Update release_version.yml by zsimjee in https://github.com/guardrails-ai/guardrails/pull/453
* Validation Outcome by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/431
* Update deploy_docs.yml by ShreyaR in https://github.com/guardrails-ai/guardrails/pull/458
* use poetry to run mkdocs build by zsimjee in https://github.com/guardrails-ai/guardrails/pull/459
* Updating poetry lock to avoid out-of-sync by zsimjee in https://github.com/guardrails-ai/guardrails/pull/465
* unexclude *Filter from validator docs by zsimjee in https://github.com/guardrails-ai/guardrails/pull/463
* add competitor check validation by ShreyaR in https://github.com/guardrails-ai/guardrails/pull/474
* History and logs by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/460
* Validator refactor by zsimjee in https://github.com/guardrails-ai/guardrails/pull/478
* fix one-line validator docstring by nefertitirogers in https://github.com/guardrails-ai/guardrails/pull/484
* Guardrails <> LlamaIndex with GuardrailsOutputParser by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/443
* Capture logs by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/485
* Adding docstring to `BasePrompt.escape` by jamesbraza in https://github.com/guardrails-ai/guardrails/pull/467
* LangChain docs using `openai>=1` by jamesbraza in https://github.com/guardrails-ai/guardrails/pull/469
* Updated Pydantic instructions for `openai>=1` by jamesbraza in https://github.com/guardrails-ai/guardrails/pull/466
* 0.3.x docs updates by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/487
* Add ToxicLanguage validator by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/422
* [feat] Support enums in pydantic by emekaokoli19 in https://github.com/guardrails-ai/guardrails/pull/486
* Use safe get for async validate_dependents by ShreyaR in https://github.com/guardrails-ai/guardrails/pull/481
* base_prompt: Stop warning on unsupported variables notation by irgolic in https://github.com/guardrails-ai/guardrails/pull/444
* Add Anthropic Support by tthoraldson in https://github.com/guardrails-ai/guardrails/pull/411
* Use field names in message history instead of explanations by zsimjee in https://github.com/guardrails-ai/guardrails/pull/488
* datatypes: Handle missing optional lists and objects by irgolic in https://github.com/guardrails-ai/guardrails/pull/494
* Input validation by irgolic in https://github.com/guardrails-ai/guardrails/pull/493
* Karan/exclude cc nb by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/495
* 0.3.0 by zsimjee in https://github.com/guardrails-ai/guardrails/pull/499

New Contributors
* emekaokoli19 made their first contribution in https://github.com/guardrails-ai/guardrails/pull/486
* tthoraldson made their first contribution in https://github.com/guardrails-ai/guardrails/pull/411

**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/v0.2.9...v0.3.0

0.2.9

Not secure
What's Changed
* Remove xml from pydantic guard by CalebCourier in https://github.com/guardrails-ai/guardrails/pull/413
* Pydantic v2 groundwork by irgolic in https://github.com/guardrails-ai/guardrails/pull/419
* Fix release workflow by irgolic in https://github.com/guardrails-ai/guardrails/pull/438
* Fix reask prompt/instructions by irgolic in https://github.com/guardrails-ai/guardrails/pull/432
* index similarToList notebook by zsimjee in https://github.com/guardrails-ai/guardrails/pull/426
* Fix custom onfail handler by irgolic in https://github.com/guardrails-ai/guardrails/pull/421
* Pydantic v2 Implementation by irgolic in https://github.com/guardrails-ai/guardrails/pull/420
* Create PII Filter validator by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/395
* OpenAI v1 support by irgolic in https://github.com/guardrails-ai/guardrails/pull/441
* Rail XML: Rename "format" attr to "validators" by irgolic in https://github.com/guardrails-ai/guardrails/pull/439
* Allow OpenAI v1 by irgolic in https://github.com/guardrails-ai/guardrails/pull/445
* Fix OpenAI invocation by irgolic in https://github.com/guardrails-ai/guardrails/pull/451
* Add OpenAI streaming support: v0.1 by thekaranacharya in https://github.com/guardrails-ai/guardrails/pull/440
* Fix notebook execution by zsimjee in https://github.com/guardrails-ai/guardrails/pull/447
* 0.2.9 by zsimjee in https://github.com/guardrails-ai/guardrails/pull/452


**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/v0.2.8...v0.2.9

0.2.8

Not secure
What's Changed
* Poetry for dependency management by irgolic in https://github.com/guardrails-ai/guardrails/pull/436
* pyproject.toml: version 0.2.7 => 0.2.8 by irgolic in https://github.com/guardrails-ai/guardrails/pull/437


**Full Changelog**: https://github.com/guardrails-ai/guardrails/compare/v0.2.7...v0.2.8

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.