Skip to content

Bump pydantic-settings from 2.2.1 to 2.3.2 #196

Bump pydantic-settings from 2.2.1 to 2.3.2

Bump pydantic-settings from 2.2.1 to 2.3.2 #196

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