Skip to content

chore: update to pydantic 2 with backward compat #13

chore: update to pydantic 2 with backward compat

chore: update to pydantic 2 with backward compat #13

Workflow file for this run

name: Push
on:
pull_request:
push:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/_test.yaml