Skip to content

Commit 0cd6eaa

Browse files
authored
Merge branch 'main' into add-dappier-search-tool
2 parents abd1b01 + 12f02c9 commit 0cd6eaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentstack"
7-
version = "0.3.5"
7+
version = "0.3.6"
88
description = "The fastest way to build robust AI agents"
99
authors = [
1010
{ name="Braelyn Boynton", email="[email protected]" },
@@ -15,7 +15,7 @@ readme = "README.md"
1515
requires-python = ">=3.10"
1616

1717
dependencies = [
18-
"agentops>=0.3.18",
18+
"agentops>=0.4.9",
1919
"typer>=0.12.5",
2020
"inquirer>=3.4.0",
2121
"art>=6.3",
@@ -45,7 +45,7 @@ test = [
4545
"tox",
4646
]
4747
crewai = [
48-
"crewai==0.100.0",
48+
"crewai==0.118.0",
4949
"crewai-tools==0.33.0",
5050
"shapely==2.0.6" # crewai-tools needs this, but 2.0.7 is broken
5151
]

0 commit comments

Comments
 (0)