Skip to content

Update fastapi requirement from >=0.110.0 to >=0.136.3 #72

Update fastapi requirement from >=0.110.0 to >=0.136.3

Update fastapi requirement from >=0.110.0 to >=0.136.3 #72

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install ruff + mypy
run: pip install ruff mypy pydantic httpx
- name: ruff check
run: ruff check .
- name: mypy (strict on shared/)
run: mypy --strict shared/