We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a503287 commit 71e5b8cCopy full SHA for 71e5b8c
1 file changed
pyproject.toml
@@ -15,7 +15,7 @@ readme = "README.md"
15
requires-python = ">=3.10"
16
17
dependencies = [
18
- "agentops>=0.3.18",
+ "agentops>=0.4.9",
19
"typer>=0.12.5",
20
"inquirer>=3.4.0",
21
"art>=6.3",
@@ -45,7 +45,7 @@ test = [
45
"tox",
46
]
47
crewai = [
48
- "crewai==0.100.0",
+ "crewai==0.118.0",
49
"crewai-tools==0.33.0",
50
"shapely==2.0.6" # crewai-tools needs this, but 2.0.7 is broken
51
0 commit comments