Skip to content

Commit 2ada7da

Browse files
committed
Release v1.1.4
1 parent 55ec18f commit 2ada7da

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

python/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
prune tests
2-
recursive-include agent_action_guard *.pt *.json
2+
recursive-include agent_action_guard *.onnx *.json

python/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agent-action-guard"
7-
version = "1.1.3"
7+
version = "1.1.4"
88
description = "Runtime classifier for screening AI agent actions as safe, harmful, or unethical."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
license = "CC-BY-4.0"
@@ -62,7 +62,10 @@ exclude = ["agent_action_guard.scripts*"]
6262
include-package-data = true
6363

6464
[tool.setuptools.package-data]
65-
agent_action_guard = ["action_classifier_model.pt", "harmactions_dataset.json"]
65+
agent_action_guard = [
66+
"action_classifier_model.onnx",
67+
"harmactions_dataset.json",
68+
]
6669

6770
[project.optional-dependencies]
6871
harmactionseval = [

0 commit comments

Comments
 (0)