Skip to content

Commit b4430e9

Browse files
authored
Bump ragstack-langchain and ragstack-llamaindex versions (#630)
* Bump ragstack-langchain and ragstack-llamaindex versions * Update ragulate poetry.lock
1 parent e78eb8f commit b4430e9

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

libs/ragulate/poetry.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/ragulate/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ types-setuptools = "^70.0.0"
4343
types-tqdm = ">=4.66.0"
4444
pandas-stubs = ">=2.2.2"
4545
ragstack-ai-colbert = "^1.0.5"
46-
ragstack-ai-langchain = "^1.3.0"
46+
ragstack-ai-langchain = "^1.4.0"
4747

4848
[build-system]
4949
requires = ["poetry-core", "wheel"]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ packages = [{ include = "ragstack" }]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.9,<3.13"
14-
ragstack-ai-langchain = { version = "1.3.0", extras = ["colbert", "google", "nvidia"] }
15-
ragstack-ai-llamaindex = { version = "1.0.7", extras = ["colbert", "google", "azure", "bedrock"] }
14+
ragstack-ai-langchain = { version = "1.4.0", extras = ["colbert", "google", "nvidia"] }
15+
ragstack-ai-llamaindex = { version = "1.0.8", extras = ["colbert", "google", "azure", "bedrock"] }
1616
ragstack-ai-colbert = "1.0.6"
1717

1818
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)