We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ba707 commit c1fe859Copy full SHA for c1fe859
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ragstack-ai"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "DataStax RAGStack"
5
license = "BUSL-1.1"
6
authors = ["DataStax"]
@@ -54,12 +54,14 @@ build-backend = "poetry.core.masonry.api"
54
55
56
57
+
58
[tool.poetry.group.dev.dependencies]
59
yamllint = "^1.34.0"
60
61
62
63
64
65
[tool.poetry.group.notebooks.dependencies]
66
nbmake = "*"
67
astrapy = "*"
0 commit comments