File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1818 with :
1919 python-version : ' 3.9'
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1- setuptools == 78.1 .1
1+ setuptools == 82.0 .1
22build == 1.2.1
33twine == 5.1.1
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v4
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Install dependencies for annotation tests
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v4
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Install dependencies
3535 python -m nltk.downloader averaged_perceptron_tagger_eng
3636 python -m nltk.downloader punkt_tab
3737 - name : Run static analysis lint
38- uses : pre-commit/action@v3.0.0
38+ uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3939 - name : Run pytest
4040 shell : bash
4141 run : |
Original file line number Diff line number Diff line change 11# requirements-dev.txt
22unstructured [pdf ] @ git+https://github.com/clarifai/unstructured.git@support_clarifai_model
33pdfminer.six == 20251230
4- llama-index-core == 0.13.0
4+ llama-index-core == 0.14.21
55llama-index-llms-clarifai == 0.5.0
66pi_heif == 0.18.0
7- markdown == 3.8.1
7+ markdown == 3.10.2
88python-docx == 1.1.2
99schema == 0.7.5
Original file line number Diff line number Diff line change 1- llama-index-core == 0.13.0
1+ llama-index-core == 0.14.21
22llama-index-llms-clarifai == 0.5.0
33pi_heif == 0.18.0
4- markdown == 3.8.1
4+ markdown == 3.10.2
55python-docx == 1.1.2
66schema == 0.7.5
Original file line number Diff line number Diff line change 11pytest == 9.0.3
2- pytest-xdist == 2.5 .0
2+ pytest-xdist == 3.8 .0
You can’t perform that action at this time.
0 commit comments