1 parent ccf5279 commit cdb0e36Copy full SHA for cdb0e36
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "agentunit"
3
-version = "0.1.0"
+version = "0.3.0"
4
description = "Pytest-style evaluation harness for agentic AI and RAG workflows"
5
authors = ["AgentUnit Contributors <opensource@agentunit.dev>"]
6
license = "MIT"
@@ -25,7 +25,7 @@ python = "^3.10"
25
pyyaml = "^6.0"
26
ragas = "^0.1.9"
27
langgraph = "^1.0.0a4"
28
-crewai = "^0.201.1"
+crewai = { version = "^0.201.1", python = "<3.14" }
29
opentelemetry-api = "^1.25.0"
30
opentelemetry-sdk = "^1.25.0"
31
opentelemetry-exporter-otlp = "^1.25.0"
src/agentunit/__init__.py
@@ -12,4 +12,4 @@
12
"SuiteResult",
13
]
14
15
-__version__ = "0.1.0"
+__version__ = "0.3.0"
0 commit comments