Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2026-07-10
## [2.0.0] - 2026-07-14

### Changed (breaking)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Official Python SDK for Vigil Guard prompt injection detection API (self-hosted
## Installation

```bash
pip install "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git"
pip install "vigil-guard==2.0.0"
```

## Quick Start
Expand Down
8 changes: 4 additions & 4 deletions docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ Official Python SDK for integrating with Vigil Guard prompt injection detection
## Installation

```bash
pip install "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git"
pip install "vigil-guard==2.0.0"
```

With Poetry:

```bash
poetry add "git+https://github.com/Vigil-Guard/vge-python-sdk.git"
poetry add "vigil-guard@2.0.0"
```

With uv:

```bash
uv add "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git"
uv add "vigil-guard==2.0.0"
```

---
Expand Down Expand Up @@ -858,5 +858,5 @@ src/vigil/

---

**Last Updated:** 2026-07-10
**Last Updated:** 2026-07-14
**SDK Version:** 2.0.0
Loading