Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

chore(deps): bump litellm from 1.78.2 to 1.79.0 #375

chore(deps): bump litellm from 1.78.2 to 1.79.0

chore(deps): bump litellm from 1.78.2 to 1.79.0 #375

Workflow file for this run

name: pyright
permissions:
contents: read
on:
pull_request:
paths:
- '**/*.py'
- 'uv.lock'
- 'pyproject.toml'
workflow_call:
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install dependencies
run: uv sync --locked --all-extras --dev
- name: Run pyright
run: uv run pyright