Skip to content

Bump pydantic from 2.7.1 to 2.7.3 #190

Bump pydantic from 2.7.1 to 2.7.3

Bump pydantic from 2.7.1 to 2.7.3 #190

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
uses: ./.github/workflows/linting.yml
build-deploy:
uses: ./.github/workflows/build.yml
needs:
- linting