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

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

0.1.4

Not secure
What's Changed
* Add semantic validator for similarity by krandiash in https://github.com/ShreyaR/guardrails/pull/61
* Reask: Fix `repr` recursion error, remove use of `pretty_repr` (54) by ShreyaR in https://github.com/ShreyaR/guardrails/pull/63
* added new arg parsing helper by ShreyaR in https://github.com/ShreyaR/guardrails/pull/65
* added integration tests for all options for entity extraction by ShreyaR in https://github.com/ShreyaR/guardrails/pull/67
* Refactor Guard, Schema; add Runner, Rail, InputSchema classes by krandiash in https://github.com/ShreyaR/guardrails/pull/64
* Move PromptCallable to the top level imports by ShreyaR in https://github.com/ShreyaR/guardrails/pull/68
* Add helper to autogenerate integration test artifacts by ShreyaR in https://github.com/ShreyaR/guardrails/pull/69
* Add Pydantic Support by krandiash in https://github.com/ShreyaR/guardrails/pull/35
* updated docs to add pydantic integration by ShreyaR in https://github.com/ShreyaR/guardrails/pull/70
* version bump by ShreyaR in https://github.com/ShreyaR/guardrails/pull/71


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

0.1.3

Not secure
What's Changed
* version bump by ShreyaR in https://github.com/ShreyaR/guardrails/pull/53
* Add Jupyter notebook with translation quality by neubig in https://github.com/ShreyaR/guardrails/pull/48
* add translation quality to docs by ShreyaR in https://github.com/ShreyaR/guardrails/pull/55
* [bug] fix bug in parsing booleans, add tests by ShreyaR in https://github.com/ShreyaR/guardrails/pull/57
* Code Simplified + Markdown Cleanup by HighnessAtharva in https://github.com/ShreyaR/guardrails/pull/47
* fixed lint issue in datatypes by ShreyaR in https://github.com/ShreyaR/guardrails/pull/58
* added new validators by ShreyaR in https://github.com/ShreyaR/guardrails/pull/59
* version bump by ShreyaR in https://github.com/ShreyaR/guardrails/pull/60

New Contributors
* neubig made their first contribution in https://github.com/ShreyaR/guardrails/pull/48
* HighnessAtharva made their first contribution in https://github.com/ShreyaR/guardrails/pull/47

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.2...v0.1.3

0.1.2

Not secure
What's Changed
* version bump to 0.1.1 by ShreyaR in https://github.com/ShreyaR/guardrails/pull/37
* fix 'load_pdf' in docs by ShreyaR in https://github.com/ShreyaR/guardrails/pull/38
* llm_providers: Fix openai.ChatCompletion support (add a missing comma) by irgolic in https://github.com/ShreyaR/guardrails/pull/39
* add langchain docs by ShreyaR in https://github.com/ShreyaR/guardrails/pull/41
* add pytest workflow by ShreyaR in https://github.com/ShreyaR/guardrails/pull/42
* fixes for dictionary size changed error by ShreyaR in https://github.com/ShreyaR/guardrails/pull/43
* added discord badge to readme by ShreyaR in https://github.com/ShreyaR/guardrails/pull/44
* add num_reasks to __call__ method of guard by ShreyaR in https://github.com/ShreyaR/guardrails/pull/45
* makefile: add support for passing docs serve addr by devenbhooshan in https://github.com/ShreyaR/guardrails/pull/50
* delete extraneous triple quote in example by rgbkrk in https://github.com/ShreyaR/guardrails/pull/49

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

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.1...v0.1.2

0.1.1

Not secure
What's Changed
* [feat] expose num_reasks while creating Guard object by ShreyaR in https://github.com/ShreyaR/guardrails/pull/16
* add profanity check spec example by devenbhooshan in https://github.com/ShreyaR/guardrails/pull/13
* minor typo by oliverbj in https://github.com/ShreyaR/guardrails/pull/10
* minor typo by pkandarpa-cs in https://github.com/ShreyaR/guardrails/pull/9
* [docs] Add profranity filtering example to docs by ShreyaR in https://github.com/ShreyaR/guardrails/pull/19
* Bump ipython from 8.9.0 to 8.10.0 by dependabot in https://github.com/ShreyaR/guardrails/pull/20
* Bump starlette from 0.22.0 to 0.25.0 by dependabot in https://github.com/ShreyaR/guardrails/pull/21
* Bump markdown-it-py from 2.1.0 to 2.2.0 by dependabot in https://github.com/ShreyaR/guardrails/pull/22
* Fix setup extras install by krandiash in https://github.com/ShreyaR/guardrails/pull/23
* Fix setup extras install; add ci; update makefile by krandiash in https://github.com/ShreyaR/guardrails/pull/24
* fix typo in readme by ShreyaR in https://github.com/ShreyaR/guardrails/pull/25
* Minor grammatical and formatting fixes by lakshyaag in https://github.com/ShreyaR/guardrails/pull/26
* validators.BugFreePython: Replace exec validation with ast.parse by irgolic in https://github.com/ShreyaR/guardrails/pull/27
* Minor fixes to the getting started notebook by devennavani in https://github.com/ShreyaR/guardrails/pull/30
* changes to enable langchain integration by ShreyaR in https://github.com/ShreyaR/guardrails/pull/29
* fixed formatting by ShreyaR in https://github.com/ShreyaR/guardrails/pull/31
* Add ChatGPT / arbitrary LLM callers by krandiash in https://github.com/ShreyaR/guardrails/pull/32
* added example for generating structured data by ShreyaR in https://github.com/ShreyaR/guardrails/pull/34
* validators.BugFreeSQL actually validates input sql by fruttasecca in https://github.com/ShreyaR/guardrails/pull/33
* fix generating synthetic data example by ShreyaR in https://github.com/ShreyaR/guardrails/pull/36

New Contributors
* devenbhooshan made their first contribution in https://github.com/ShreyaR/guardrails/pull/13
* oliverbj made their first contribution in https://github.com/ShreyaR/guardrails/pull/10
* pkandarpa-cs made their first contribution in https://github.com/ShreyaR/guardrails/pull/9
* dependabot made their first contribution in https://github.com/ShreyaR/guardrails/pull/20
* krandiash made their first contribution in https://github.com/ShreyaR/guardrails/pull/23
* lakshyaag made their first contribution in https://github.com/ShreyaR/guardrails/pull/26
* irgolic made their first contribution in https://github.com/ShreyaR/guardrails/pull/27
* devennavani made their first contribution in https://github.com/ShreyaR/guardrails/pull/30
* fruttasecca made their first contribution in https://github.com/ShreyaR/guardrails/pull/33

**Full Changelog**: https://github.com/ShreyaR/guardrails/compare/v0.1.0...v0.1.1

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.