Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: '3.9'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setuptools==78.1.1
setuptools==82.0.1
build==1.2.1
twine==5.1.1
2 changes: 1 addition & 1 deletion .github/workflows/run_annotation_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies for annotation tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
python -m nltk.downloader averaged_perceptron_tagger_eng
python -m nltk.downloader punkt_tab
- name: Run static analysis lint
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- name: Run pytest
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# requirements-dev.txt
unstructured[pdf] @ git+https://github.com/clarifai/unstructured.git@support_clarifai_model
pdfminer.six==20251230
llama-index-core==0.13.0
llama-index-core==0.14.21
llama-index-llms-clarifai==0.5.0
pi_heif==0.18.0
markdown==3.8.1
markdown==3.10.2
python-docx==1.1.2
schema==0.7.5
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
llama-index-core==0.13.0
llama-index-core==0.14.21
llama-index-llms-clarifai==0.5.0
pi_heif==0.18.0
markdown==3.8.1
markdown==3.10.2
python-docx==1.1.2
schema==0.7.5
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==9.0.3
pytest-xdist==2.5.0
pytest-xdist==3.8.0
Loading