Skip to content

Commit 588d358

Browse files
committed
build(deps): bump minimum coordinode requirement to >=0.4.0
SDK is now stable at v0.4.x series. Closes #17
1 parent 9e4ddeb commit 588d358

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

langchain-coordinode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
2424
dependencies = [
25-
"coordinode>=0.3.0a1",
25+
"coordinode>=0.4.0",
2626
"langchain-community>=0.2.0",
2727
]
2828

llama-index-coordinode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
2424
dependencies = [
25-
"coordinode>=0.3.0a1",
25+
"coordinode>=0.4.0",
2626
"llama-index-core>=0.10.0",
2727
]
2828

0 commit comments

Comments
 (0)