Skip to content

Commit a8c1800

Browse files
chore: sync pyproject.toml versions and metadata across packages
- Bump evaluators and engine versions from 0.1.0 to 2.1.0 - Align requires-python to >=3.12 (was >=3.10 in evaluators) - Standardize license to Apache-2.0 (was MIT in evaluators) - Align authors format to "Agent Control Team" - Bump pydantic minimum to >=2.12.4 in evaluators
1 parent 4d40ec9 commit a8c1800

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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 = "0.1.0"
3+
version = "2.1.0"
44
description = "Control execution engine for Agent Control"
55
requires-python = ">=3.12"
66
dependencies = [

evaluators/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "agent-control-evaluators"
3-
version = "0.1.0"
3+
version = "2.1.0"
44
description = "Evaluator implementations for agent-control"
55
readme = "README.md"
6-
requires-python = ">=3.10"
7-
license = { text = "MIT" }
8-
authors = [{ name = "Galileo", email = "support@rungalileo.io" }]
6+
requires-python = ">=3.12"
7+
license = { text = "Apache-2.0" }
8+
authors = [{ name = "Agent Control Team" }]
99
dependencies = [
1010
"agent-control-models",
11-
"pydantic>=2.0.0",
11+
"pydantic>=2.12.4",
1212
"google-re2>=1.1",
1313
"jsonschema>=4.0.0",
1414
"sqlglot[rs]>=20.0.0",

0 commit comments

Comments
 (0)