Skip to content
Draft
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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ updates:
directory: '/'
schedule:
interval: 'daily'
cooldown:
default-days: 1

- package-ecosystem: 'pip'
directories:
- 'integrations/*'
schedule:
interval: 'daily'
cooldown:
default-days: 1
4 changes: 3 additions & 1 deletion .github/workflows/CI_check_api_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:

- name: Install Hatch
if: steps.changed.outputs.integrations != '[]'
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Generate API references
if: steps.changed.outputs.integrations != '[]'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI_coverage_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- "Test / chroma"
- "Test / cohere"
- "Test / cometapi"
- "Test / db2"
- "Test / deepeval"
- "Test / dspy"
- "Test / elasticsearch"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/CI_docusaurus_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
python-version: "3.10"

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Get project folder
id: pathfinder
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/CI_license_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- name: Get direct dependencies from pyproject.toml files
run: |
pip install toml
python -m pip install --upgrade pip
pip install toml --uploaded-prior-to=P1D

# Determine the list of pyproject.toml files to process
if [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.changed-files.outputs.workflow_any_changed }}" = "true" ]; then
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/CI_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
python-version: "3.12"

- name: Install dependencies
run: pip install hatch requests
run: |
python -m pip install --upgrade pip
pip install hatch requests --uploaded-prior-to=P1D

- name: Validate version number
run: python .github/utils/validate_version.py --tag ${{ github.ref_name }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/aimlapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/amazon_bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/amazon_sagemaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/anthropic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/arcadedb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/azure_ai_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/azure_doc_intelligence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/chonkie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install --upgrade hatch
run: |
python -m pip install --upgrade pip
pip install --upgrade hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/chroma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cohere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cometapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deepeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install --upgrade hatch
run: |
python -m pip install --upgrade pip
pip install --upgrade hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: github.event_name != 'push' && matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/faiss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/firecrawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/google_genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hanlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/jina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/kreuzberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: github.event_name != 'push' && matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/langfuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/libreoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install --upgrade hatch
run: |
python -m pip install --upgrade pip
pip install --upgrade hatch --uploaded-prior-to=P1D
- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: hatch run fmt-check && hatch run test:types
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/llama_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.10' && runner.os == 'Linux'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/llama_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
shell: bash
run: |
set -euo pipefail
pip install -q uv
python -m pip install --upgrade pip
pip install -q uv --uploaded-prior-to=P1D

# Install the starter distro's deps into the uv environment
uv run --with llama-stack bash -lc 'llama stack list-deps starter | xargs -L1 uv pip install'
Expand All @@ -137,7 +138,9 @@ jobs:
curl -fsS http://localhost:8321/v1/models || { echo "Health check failed. Logs:"; cat server.log; exit 1; }

- name: Install Hatch
run: pip install hatch
run: |
python -m pip install --upgrade pip
pip install hatch --uploaded-prior-to=P1D

- name: Lint
if: matrix.python-version == '3.12' && runner.os == 'Linux'
Expand Down
Loading
Loading