Skip to content

fix: update uv lock (in particular, revert pydantic back to v2 to fix compatibility with python 3.14) #1343

fix: update uv lock (in particular, revert pydantic back to v2 to fix compatibility with python 3.14)

fix: update uv lock (in particular, revert pydantic back to v2 to fix compatibility with python 3.14) #1343

Workflow file for this run

name: Release Doctor
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'runloopai/api-client-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: runloopai/checkout@main
- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
PYPI_TOKEN: ${{ secrets.RUNLOOP_PYPI_TOKEN || secrets.PYPI_TOKEN }}