Skip to content

Commit 07ba22f

Browse files
chore(release): v7.4.1
1 parent b965e66 commit 07ba22f

9 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- version list -->
44

5+
## v7.4.1 (2026-04-14)
6+
7+
### Documentation
8+
9+
- **server**: Update README.md ([#168](https://github.com/agentcontrol/agent-control/pull/168),
10+
[`275d305`](https://github.com/agentcontrol/agent-control/commit/275d305a7e6b89640900da9d943f5cde2d8d957d))
11+
12+
### Refactoring
13+
14+
- **models**: Reject legacy action values at API boundaries
15+
([#163](https://github.com/agentcontrol/agent-control/pull/163),
16+
[`b965e66`](https://github.com/agentcontrol/agent-control/commit/b965e6697df1dca5ccc073ae0910311028a55e5c))
17+
18+
519
## v7.4.0 (2026-04-07)
620

721
### Chores

engine/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-engine"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Control execution engine for Agent Control"
55
requires-python = ">=3.12"
66
dependencies = [

evaluators/builtin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluators"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Builtin evaluators for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/galileo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-galileo"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Galileo Luna2 evaluator for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-models"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Shared data models for Agent Control server and SDK"
55
requires-python = ">=3.12"
66
dependencies = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[project]
1111
name = "agent-control"
12-
version = "7.4.0"
12+
version = "7.4.1"
1313
description = "Agent Control - protect your AI agents with controls"
1414
requires-python = ">=3.12"
1515

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-sdk"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Python SDK for Agent Control - protect your AI agents with controls"
55
requires-python = ">=3.12"
66
# Note: agent-control-models, agent-control-engine, and agent-control-telemetry

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-server"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Server for Agent Control - manage and evaluate controls for AI agents"
55
requires-python = ">=3.12"
66
# Note: agent-control-models, agent-control-engine, and agent-control-telemetry

telemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-telemetry"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Shared telemetry contracts for Agent Control"
55
requires-python = ">=3.12"
66
dependencies = [

0 commit comments

Comments
 (0)