Skip to content

Bump pydantic from 2.7.3 to 2.7.4 #199

Bump pydantic from 2.7.3 to 2.7.4

Bump pydantic from 2.7.3 to 2.7.4 #199

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