Skip to content

Commit cb84368

Browse files
authored
Bump knowledge-store and colbert deps (#627)
1 parent bfeeff1 commit cb84368

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libs/langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ python = ">=3.9,<3.13"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.14.5"
17-
ragstack-ai-colbert = { version = "1.0.5", optional = true }
18-
ragstack-ai-knowledge-store = { version = "0.2.0", optional = true }
17+
ragstack-ai-colbert = { version = "1.0.6", optional = true }
18+
ragstack-ai-knowledge-store = { version = "0.2.1", optional = true }
1919

2020
# langchain
2121
langchain = "0.2.10"

libs/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = ">=3.9,<3.13"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.14.5"
17-
ragstack-ai-colbert ={ version = "1.0.5", optional = true }
17+
ragstack-ai-colbert ={ version = "1.0.6", optional = true }
1818

1919
# llama-index
2020
llama-index = "0.10.57"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "ragstack" }]
1313
python = ">=3.9,<3.13"
1414
ragstack-ai-langchain = { version = "1.3.0", extras = ["colbert", "google", "nvidia"] }
1515
ragstack-ai-llamaindex = { version = "1.0.7", extras = ["colbert", "google", "azure", "bedrock"] }
16-
ragstack-ai-colbert = "1.0.5"
16+
ragstack-ai-colbert = "1.0.6"
1717

1818
[tool.poetry.group.test.dependencies]
1919
ragstack-ai-langchain = { path = "libs/langchain", develop = true, extras = ["colbert", "google", "nvidia"] }

0 commit comments

Comments
 (0)