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 7247cac commit 3de3a22Copy full SHA for 3de3a22
.github/workflows/ci-unit-tests.yml
@@ -46,6 +46,11 @@ jobs:
46
- name: "Setup: Python 3.11"
47
uses: ./.github/actions/setup-python
48
49
+ - name: "Build"
50
+ run: |
51
+ poetry install --no-root
52
+ poetry build
53
+
54
- name: Run ragstack-ai unit tests
55
run: |
56
tox
pyproject.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.datastax.com/en/ragstack"
10
packages = [{ include = "ragstack" }]
11
12
[tool.poetry.dependencies]
13
-python = ">=3.9,<4.0"
+python = ">=3.9,<3.12"
14
astrapy = "~0.7.0"
15
cassio = "~0.1.3"
16
unstructured = { version = "0.12.5" }
0 commit comments