We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abd1b01 + 12f02c9 commit 0cd6eaaCopy full SHA for 0cd6eaa
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "agentstack"
7
-version = "0.3.5"
+version = "0.3.6"
8
description = "The fastest way to build robust AI agents"
9
authors = [
10
{ name="Braelyn Boynton", email="[email protected]" },
@@ -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