genassert 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {genassert-0.2.1 → genassert-0.2.2}/PKG-INFO +1 -1
- {genassert-0.2.1 → genassert-0.2.2}/pyproject.toml +1 -1
- {genassert-0.2.1 → genassert-0.2.2}/.gitignore +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/CHANGELOG.md +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/LICENSE +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/README.md +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/__init__.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/_embed.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/__init__.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/budget.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/hallucination.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/intent.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/language.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/pii.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/readability.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/schema.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/sentiment.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/similarity.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/assertions/tone.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/baseline.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/judge.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/genassert/plugin.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/tests/__init__.py +0 -0
- {genassert-0.2.1 → genassert-0.2.2}/tests/test_assertions.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: genassert
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: pytest-native semantic testing for LLM and generative AI applications. No servers. No SaaS. Works with OpenAI, Anthropic, LiteLLM and any LLM client.
|
|
5
5
|
Project-URL: Homepage, https://github.com/genassert/genassert
|
|
6
6
|
Project-URL: Documentation, https://genassert.readthedocs.io
|
|
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
|
|
|
7
7
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
8
8
|
[project]
|
|
9
9
|
name = "genassert"
|
|
10
|
-
version = "0.2.
|
|
10
|
+
version = "0.2.2"
|
|
11
11
|
description = "pytest-native semantic testing for LLM and generative AI applications. No servers. No SaaS. Works with OpenAI, Anthropic, LiteLLM and any LLM client."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
license = { text = "MIT" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|