Skip to content

Commit ccb626f

Browse files
authored
enable py3.12 for llamaindex and langchain packages (#444)
1 parent cec2aad commit ccb626f

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/ci-unit-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ jobs:
6262
run: tox -e unit-tests -c libs/colbert && rm -rf libs/colbert/.tox
6363

6464
- name: "Unit tests (langchain)"
65-
if: ${{ matrix.python-version != '3.12' }}
6665
run: tox -e unit-tests -c libs/langchain && rm -rf libs/langchain/.tox
6766

6867
- name: "Unit tests (llamaindex)"
69-
if: ${{ matrix.python-version != '3.12' }}
7068
run: tox -e unit-tests -c libs/llamaindex && rm -rf libs/llamaindex/.tox
7169

7270
- name: "Unit tests (knowledge-store)"

libs/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = ">=3.9,<3.13"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.14.2"
17-
ragstack-ai-colbert = "1.0.4"
17+
ragstack-ai-colbert = "1.0.5"
1818

1919
# langchain
2020
langchain = "0.1.19"

libs/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = ">=3.9,<3.13"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.14.2"
17-
ragstack-ai-colbert = "1.0.4"
17+
ragstack-ai-colbert = "1.0.5"
1818

1919
# llama-index
2020
llama-index = "0.10.31"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "ragstack" }]
1313
python = ">=3.9,<3.13"
1414
ragstack-ai-langchain = { version = "1.0.5", extras = ["colbert", "google", "nvidia"] }
1515
ragstack-ai-llamaindex = { version = "1.0.4", extras = ["colbert", "google", "azure", "bedrock"] }
16-
ragstack-ai-colbert = "1.0.4"
16+
ragstack-ai-colbert = "1.0.5"
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)