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

chore(deps): bump fastmcp from 2.12.4 to 2.12.5 #371

chore(deps): bump fastmcp from 2.12.4 to 2.12.5

chore(deps): bump fastmcp from 2.12.4 to 2.12.5 #371

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