Skip to content

Commit 9fbbae3

Browse files
kevinmessiaencursoragenthenchavesclaude
authored
docs: remove beta status from README (#2801)
* docs: remove beta status from README Mark giskard-checks and giskard-scan as Stable now that packages ship 1.x / 3.0. Co-authored-by: Kevin Messiaen <kevinmessiaen@users.noreply.github.com> * chore: bump giskard-checks lower bound to 1.0.3 in root pins Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore: refresh THIRD_PARTY_NOTICES.md for boto3/botocore 1.43.82 Regenerate third-party notices after the main merge so check-notices passes in CI. Co-authored-by: Kevin Messiaen <kevinmessiaen@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Kevin Messiaen <kevinmessiaen@users.noreply.github.com> Co-authored-by: Henrique Chaves <henrique@giskard.ai> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent cd343d7 commit 9fbbae3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<br />
2424

2525
> [!IMPORTANT]
26-
> **Giskard v3** is a fresh rewrite designed for dynamic, multi-turn testing of AI agents. This release drops heavy dependencies for better efficiency while introducing a more powerful AI vulnerability scanner and enhanced RAG evaluation — both now shipping natively in `giskard-scan` (beta), with no dependency on v2. Only the legacy scan for **tabular/ML models** remains v2-only.
26+
> **Giskard v3** is a fresh rewrite designed for dynamic, multi-turn testing of AI agents. This release drops heavy dependencies for better efficiency while introducing a more powerful AI vulnerability scanner and enhanced RAG evaluation — both now shipping natively in `giskard-scan`, with no dependency on v2. Only the legacy scan for **tabular/ML models** remains v2-only.
2727
> **Giskard v2 remains available but is no longer actively maintained.**
2828
> Follow progress → [Read the v3 Announcement](https://github.com/orgs/Giskard-AI/discussions/2250) · [Roadmap](https://github.com/Giskard-AI/giskard-oss/issues/2252)
2929
@@ -53,8 +53,8 @@ Giskard is an open-source Python library for **testing and evaluating agentic sy
5353

5454
| Status | Package | Description |
5555
| -------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
56-
|Beta | `giskard-checks` | Testing & evaluation — scenario API, built-in checks, LLM-as-judge |
57-
|Beta | `giskard-scan` | Agent vulnerability scanner + RAG/quality evaluation — red teaming, prompt injection, jailbreaks & harmful content (`vulnerability_scan`, successor of [v2 Scan](https://legacy-docs.giskard.ai/en/stable/open_source/scan/index.html)), plus knowledge-base quality eval (`quality_scan`, successor of [v2 RAGET](https://legacy-docs.giskard.ai/en/stable/open_source/testset_generation/index.html)) |
56+
|Stable | `giskard-checks` | Testing & evaluation — scenario API, built-in checks, LLM-as-judge |
57+
|Stable | `giskard-scan` | Agent vulnerability scanner + RAG/quality evaluation — red teaming, prompt injection, jailbreaks & harmful content (`vulnerability_scan`, successor of [v2 Scan](https://legacy-docs.giskard.ai/en/stable/open_source/scan/index.html)), plus knowledge-base quality eval (`quality_scan`, successor of [v2 RAGET](https://legacy-docs.giskard.ai/en/stable/open_source/testset_generation/index.html)) |
5858

5959
These build on three foundational libraries — `giskard-core` (shared utilities & telemetry), `giskard-llm` (provider-agnostic LLM routing), and `giskard-agents` (agent & workflow orchestration) — which are pulled in automatically and rarely used directly.
6060

THIRD_PARTY_NOTICES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ Find a list of packages below
157157
- License: MIT License
158158
- Compatible: True
159159

160-
### boto3-1.43.81
160+
### boto3-1.43.82
161161

162162
- HomePage: https://github.com/boto/boto3
163163
- Author: Amazon Web Services
164164
- License: Apache-2.0
165165
- Compatible: True
166166

167-
### botocore-1.43.81
167+
### botocore-1.43.82
168168

169169
- HomePage: https://github.com/boto/botocore
170170
- Author: Amazon Web Services

0 commit comments

Comments
 (0)