Skip to content

Commit 067c68f

Browse files
committed
fix: Add llamaindex as a dependency
1 parent d3297b7 commit 067c68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ authors = [
1111
dependencies = [
1212
# TODO: Bump lowest supported version to 0.2.0
1313
"toolbox-core>=0.1.0,<1.0.0",
14+
"llama-index>=0.12.0,<1.0.0",
1415
"PyYAML>=6.0.1,<7.0.0",
1516
"pydantic>=2.8.0,<3.0.0",
1617
"aiohttp>=3.8.6,<4.0.0",

0 commit comments

Comments
 (0)