Skip to content

Bump pydantic-settings from 2.13.1 to 2.14.2 #188

Bump pydantic-settings from 2.13.1 to 2.14.2

Bump pydantic-settings from 2.13.1 to 2.14.2 #188

Workflow file for this run

name: Type Check
on: [push, pull_request]
jobs:
ty:
name: Run ty type checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
- name: Install Python dependencies
run: uv sync --extra mcp
- name: Run ty
run: uv run ty check