- Notifications
You must be signed in to change notification settings - Fork17
Comparing changes
Open a pull request
base repository:openai/openai-guardrails-python
Uh oh!
There was an error while loading.Please reload this page.
base:v0.1.1
head repository:openai/openai-guardrails-python
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 20commits
- 82files changed
- 2contributors
Commits on Oct 20, 2025
Update conversation history handling (#24)
* Update conversation history handling* support using previous_response_id
Updating examples with conversation history (#25)
* Updating examples with conversation history* fixing lint errors
Commits on Oct 29, 2025
Updated prompt injection check (#27)
* Updated prompt injection check* Formatting changes* Removed legacy code* update results doc* updating dataset details
* Updated prompt injection check* Formatting changes* Removed legacy code* add nsfw docs
Commits on Oct 30, 2025
Support Agents SDK prompt param usage (#34)
* Support prompt usage* adding tests
Add Korean RNN identifiers to PII mask / block (#29)
* adding KR_RRN support from Presidio* Update tests
Correctly passing API key to moderation (#36)
* extract call_moderation helper
Set safety_identifier to openai-guardrails-python (#37)
* extract common logic* change id value
Commits on Nov 3, 2025
Remove redundant client type check (#39)
* Remove redundant client type check* Handle sync vs async and oai vs azure clients* Remove unused imports
Commits on Nov 4, 2025
Commits on Nov 6, 2025
Use Presidio for masking (#40)
* Use Presidio for masking* Improve PII to handle encoded content* Reject large encoded content as DOS* Handle hex errors* Fix structured output masking path
Commits on Nov 10, 2025
Remove dependency on Presidio Anonymizer (#47)
* Remove dependency on Presidio Anonymizer* Mask in sorted order* Improve overlap detection* Fix known bank codes* Clean up test files
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.1.1...main
Uh oh!
There was an error while loading.Please reload this page.