We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbab2e commit 8bbb1a6Copy full SHA for 8bbb1a6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ragstack-ai"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "DataStax RAGStack"
5
license = "BUSL-1.1"
6
authors = ["DataStax"]
@@ -52,10 +52,12 @@ requires = ["poetry-core"]
52
build-backend = "poetry.core.masonry.api"
53
54
55
+
56
[tool.poetry.group.dev.dependencies]
57
yamllint = "^1.34.0"
58
59
60
61
[tool.poetry.group.notebooks.dependencies]
62
nbmake = "*"
63
astrapy = "*"
0 commit comments