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 7 of 9

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

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

Page 7 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.