iris-security-sdk 0.2.11__tar.gz → 0.2.12__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,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iris-security-sdk
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: IRIS — AI Agent Governance SDK. Govern AI agents locally.
5
+ Author-email: Gilbert Martin <gilbert@iris-security.io>
5
6
  License: Apache-2.0
6
7
  Project-URL: Homepage, https://gimartinb.github.io/iris-sdk/
7
8
  Project-URL: Repository, https://github.com/gimartinb/iris-sdk
@@ -47,7 +47,7 @@ from iris_core.evidence.vault import EvidenceVault
47
47
  from iris_core.cost.tracker import CostSummary, CostTracker, CostEntry
48
48
  from iris_core.cost.pricing import PricingRegistry
49
49
 
50
- __version__ = "0.2.11"
50
+ __version__ = "0.2.12"
51
51
  __all__ = [
52
52
  # Main classes
53
53
  "IrisAgent",
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iris-security-sdk
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: IRIS — AI Agent Governance SDK. Govern AI agents locally.
5
+ Author-email: Gilbert Martin <gilbert@iris-security.io>
5
6
  License: Apache-2.0
6
7
  Project-URL: Homepage, https://gimartinb.github.io/iris-sdk/
7
8
  Project-URL: Repository, https://github.com/gimartinb/iris-sdk
@@ -4,9 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "iris-security-sdk"
7
- version = "0.2.11"
7
+ version = "0.2.12"
8
8
  description = "IRIS — AI Agent Governance SDK. Govern AI agents locally."
9
9
  readme = "README.md"
10
+ authors = [{ name = "Gilbert Martin", email = "gilbert@iris-security.io" }]
10
11
  license = { text = "Apache-2.0" }
11
12
  requires-python = ">=3.10"
12
13
  keywords = [