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 eb22790 commit 4981a25Copy full SHA for 4981a25
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ragstack-ai"
3
-version = "0.10.0.post"
+version = "1.0.0"
4
description = "DataStax RAGStack"
5
license = "BUSL-1.1"
6
authors = ["DataStax"]
@@ -51,9 +51,11 @@ warn_unused_ignores = true
51
requires = ["poetry-core"]
52
build-backend = "poetry.core.masonry.api"
53
54
+
55
[tool.poetry.group.dev.dependencies]
56
yamllint = "^1.34.0"
57
58
59
[tool.poetry.group.notebooks.dependencies]
60
nbmake = "*"
61
astrapy = "*"
0 commit comments