Releases: AInvirion/aiproxyguard-python-sdk
Releases · AInvirion/aiproxyguard-python-sdk
v0.2.0
What's Changed
- chore: re-enable default publish settings by @oscarvalenzuelab in #11
- ci: replace template validation with proper test workflow by @oscarvalenzuelab in #12
- docs: clarify API key requirements and simplify structure by @oscarvalenzuelab in #13
- docs: add Security Features section by @oscarvalenzuelab in #14
- feat: add version headers and feedback API by @oscarvalenzuelab in #19
- chore: add dependabot to CLA exempt list by @oscarvalenzuelab in #20
- ci: bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #18
- ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #17
- ci: bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #15
- ci: bump actions/setup-python from 5 to 6 by @dependabot[bot] in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
AIProxyGuard Python SDK v0.1.0
Initial release of the official Python SDK for AIProxyGuard.
Features
AIProxyGuardclient with sync and async support- Support for both self-hosted and cloud API modes
- Prompt injection detection via
check()andcheck_async()methods @guarddecorator for automatic input validation@guard_outputdecorator for automatic output validation- Comprehensive exception hierarchy
- Health check endpoints
- Full type annotations
- Support for Python 3.9, 3.10, 3.11, 3.12, and 3.13
Installation
pip install aiproxyguard-python-sdkDocumentation
See the README for usage examples.