Skip to content
Open
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/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
working-directory: sdks/typescript

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Cache pre-commit environments
uses: actions/cache@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_python_sdk_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
show-progress: false

- name: Setup uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Build Python SDK docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_cookbook_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
- name: Install dependencies
run: |
uv pip install --system -U ipython nbconvert
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests_post_merge_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cache-dependency-path: tests_end_to_end/e2e/package-lock.json

- name: "馃悕 Setup uv & Python"
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end2end_suites_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-dependency-path: tests_end_to_end/e2e/package-lock.json

- name: Setup uv & Python
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guardrails_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Run latest Opik server with guardrails
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guardrails_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: '3.10'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install dependencies
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/installation_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.12

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: '3.12'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
python-version: '3.12'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
python-version: '3.12'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
python-version: '3.12'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-adk-legacy-1-3-0-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-adk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-aisuite-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-anthropic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-bedrock-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-crewai-v0-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-crewai-v1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-dspy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-genai-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-groq-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-guardrails-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-harbor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-haystack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-langchain-legacy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-langchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-litellm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-llama-index-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-metrics-with-llm-judge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-mistral-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-openai-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: "3.12"

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Run latest Opik server
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opik-optimizer-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Run latest Opik server
env:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
python-version: "3.12"

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Cache HuggingFace datasets
uses: actions/cache@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opik-optimizer-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Cache HuggingFace datasets
uses: actions/cache@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_backend_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: '3.12'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Run Opik server
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_backend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: '3.12'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Run latest Opik server
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_sdk_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Run latest Opik server
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_sdk_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: ${{ matrix.python_version }}

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install opik
run: uv pip install --system .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_guide_snippets_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: 3.12

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Opik
run: uv pip install --system opik
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-e2e-library-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
docker tag "ghcr.io/comet-ml/opik/opik-python-backend:$TAG" ghcr.io/comet-ml/opik/opik-python-backend:latest

- name: Install uv and set the Python version ${{ matrix.python_version }}
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: ${{ matrix.python_version }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: '3.11'

- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1

- name: Install Opik Optimizer SDK (for Fern docs)
run: |
Expand Down
Loading
Loading