Skip to content

Commit 8c3031f

Browse files
authored
Release ragstack-ai 1.0.3 (#420)
1 parent bbaff4d commit 8c3031f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragstack-ai"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "DataStax RAGStack"
55
license = "BUSL-1.1"
66
authors = ["DataStax"]
@@ -11,9 +11,9 @@ packages = [{ include = "ragstack" }]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.9,<3.12"
14-
ragstack-ai-langchain = { version = "1.0.2", extras = ["colbert", "google", "nvidia"] }
15-
ragstack-ai-llamaindex = { version = "1.0.1", extras = ["colbert", "google", "azure", "bedrock"] }
16-
ragstack-ai-colbert = "1.0.1"
14+
ragstack-ai-langchain = { version = "1.0.3", extras = ["colbert", "google", "nvidia"] }
15+
ragstack-ai-llamaindex = { version = "1.0.2", extras = ["colbert", "google", "azure", "bedrock"] }
16+
ragstack-ai-colbert = "1.0.2"
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)