Skip to content

Commit cdb0e36

Browse files
committed
chore(release): bump version to 0.3.0
1 parent ccf5279 commit cdb0e36

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "agentunit"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = "Pytest-style evaluation harness for agentic AI and RAG workflows"
55
authors = ["AgentUnit Contributors <opensource@agentunit.dev>"]
66
license = "MIT"
@@ -25,7 +25,7 @@ python = "^3.10"
2525
pyyaml = "^6.0"
2626
ragas = "^0.1.9"
2727
langgraph = "^1.0.0a4"
28-
crewai = "^0.201.1"
28+
crewai = { version = "^0.201.1", python = "<3.14" }
2929
opentelemetry-api = "^1.25.0"
3030
opentelemetry-sdk = "^1.25.0"
3131
opentelemetry-exporter-otlp = "^1.25.0"

src/agentunit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"SuiteResult",
1313
]
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)