Skip to content

chore(deps): update dependency pydantic to v1.10.21 #1314

chore(deps): update dependency pydantic to v1.10.21

chore(deps): update dependency pydantic to v1.10.21 #1314

Workflow file for this run

name: Charm Analysis
# Unit testing, Style Linting, Type Linting, Static Analysis, and Spelling
on:
pull_request:
jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
secrets: inherit
strategy:
fail-fast: false
matrix:
python-version:
- '3.10'
with:
charm-directory: charms
self-hosted-runner: false
with-uv: true
python-version: ${{ matrix.python-version }}