ecp-runtime 0.3.2__tar.gz → 0.3.3__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: ecp-runtime
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Vendor-neutral runtime for portable AI agent evaluations with outputs, tool calls, and audit context.
5
5
  Project-URL: Homepage, https://github.com/evaluation-context-protocol/ecp
6
6
  Project-URL: Documentation, https://evaluationcontextprotocol.io/
@@ -25,7 +25,7 @@ ECP is a vendor-neutral protocol for testing agent outputs, tool calls, and eval
25
25
  ## Install
26
26
 
27
27
  ```bash
28
- pip install "ecp-runtime==0.3.2"
28
+ pip install "ecp-runtime==0.3.3"
29
29
  ```
30
30
 
31
31
  ## Usage
@@ -7,7 +7,7 @@ ECP is a vendor-neutral protocol for testing agent outputs, tool calls, and eval
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- pip install "ecp-runtime==0.3.2"
10
+ pip install "ecp-runtime==0.3.3"
11
11
  ```
12
12
 
13
13
  ## Usage
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ecp-runtime"
7
- version = "0.3.2"
7
+ version = "0.3.3"
8
8
  description = "Vendor-neutral runtime for portable AI agent evaluations with outputs, tool calls, and audit context."
9
9
  authors = [
10
10
  { name = "ECP Maintainers", email = "aniket.wattamwar17@gmail.com" },
@@ -0,0 +1,2 @@
1
+ __version__ = "0.3.3"
2
+
@@ -1,2 +0,0 @@
1
- __version__ = "0.3.2"
2
-
File without changes