Releases: openai/openai-guardrails-python
Releases · openai/openai-guardrails-python
v0.1.5
What's Changed
- Use Presidio for masking by @steven10a in #40
- Agent conversation handling bugfix by @steven10a in #45
- Bump version to v0.1.5 by @gabor-openai in #46
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Remove redundant client type check by @steven10a in #39
- Pin thinc to >=8.3.6 by @steven10a in #44
- Remove unsupported models from docs, benchmark results, examples by @steven10a in #43
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Updated prompt injection check by @steven10a in #27
- Dev/steven/nsfw guardrail docs by @steven10a in #30
- Remove requirements.txt as it's autogenerated by @gabor-openai in #28
- Support prompt usage by @steven10a in #34
- Add Korean RNN identifiers to PII mask / block by @steven10a in #29
- Correctly passing API key to moderation by @steven10a in #36
- Set safety_identifier to openai-guardrails-python by @steven10a in #37
- Version to v0.1.3 by @gabor-openai in #35
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Update conversation history handling by @steven10a in #24
- Updating examples with conversation history by @steven10a in #25
- version bump to v0.1.2 by @steven10a in #26
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Handle sync guardrail calls to avoid awaitable error by @steven10a in #21
- Corrections in installation guide by @seratch in #16
- Adding unit tests by @steven10a in #17
- Added safety identifier header. Ruff formatting by @steven10a in #18
- Making evals multi-turn. Updating PI sys prompt by @steven10a in #20
- Bump version to v0.1.1 by @gabor-openai in #23
Full Changelog: v0.1.0...v0.1.1
v0.1.0
The initial version of OpenAI Guardrails (Python) is now available! 🎉 Please refer to the documentation for details.