skilltest-sdk 0.2.1__tar.gz → 0.3.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: skilltest-sdk
3
- Version: 0.2.1
3
+ Version: 0.3.0
4
4
  Summary: Python SDK for the skilltest CLI: run AI-skill tests and natural-language evals from Python, with a typed report contract.
5
5
  Author: Nick DeRobertis
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "skilltest-sdk"
3
- version = "0.2.1"
3
+ version = "0.3.0"
4
4
  description = "Python SDK for the skilltest CLI: run AI-skill tests and natural-language evals from Python, with a typed report contract."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -482,7 +482,7 @@ wheels = [
482
482
 
483
483
  [[package]]
484
484
  name = "skilltest-sdk"
485
- version = "0.2.1"
485
+ version = "0.3.0"
486
486
  source = { editable = "." }
487
487
  dependencies = [
488
488
  { name = "pydantic" },
File without changes
File without changes