Skip to content

Commit 45886a1

Browse files
chore(release): v7.3.2
1 parent 8c25090 commit 45886a1

8 files changed

Lines changed: 21 additions & 7 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.3.2 (2026-04-02)
6+
7+
### Bug Fixes
8+
9+
- **server**: Update docker-compose.dev.yml to use different container name
10+
([`14d4c87`](https://github.com/agentcontrol/agent-control/commit/14d4c87130bbfceac0576b383abbd67fd3b63ac2))
11+
12+
### Refactoring
13+
14+
- **server, sdk, ui**: Collapse advisory control actions to observe
15+
([#161](https://github.com/agentcontrol/agent-control/pull/161),
16+
[`8c25090`](https://github.com/agentcontrol/agent-control/commit/8c2509026c060d4a7ba92cd3b543c8d28e09f6a0))
17+
18+
519
## v7.3.1 (2026-04-01)
620

721
### Bug Fixes

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.3.1"
3+
version = "7.3.2"
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.3.1"
3+
version = "7.3.2"
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.3.1"
3+
version = "7.3.2"
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.3.1"
3+
version = "7.3.2"
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.3.1"
12+
version = "7.3.2"
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.3.1"
3+
version = "7.3.2"
44
description = "Python SDK for Agent Control - protect your AI agents with controls"
55
requires-python = ">=3.12"
66
# Note: agent-control-models and agent-control-engine are bundled at build time

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.3.1"
3+
version = "7.3.2"
44
description = "Server for Agent Control - manage and evaluate controls for AI agents"
55
requires-python = ">=3.12"
66
# Note: agent-control-models and agent-control-engine are bundled at build time

0 commit comments

Comments
 (0)