⬆️ Increase lower bound to pydantic >=2.9.0. and fix the test suite (#15139)

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
Sofie Van Landeghem
2026-03-23 13:36:49 +01:00
committed by GitHub
parent 64feaec802
commit aeb9f4bb85
5 changed files with 102 additions and 39 deletions

View File

@@ -102,6 +102,9 @@ jobs:
uv.lock
- name: Install Dependencies
run: uv sync --no-dev --group tests --extra all
- name: Ensure that we have the lowest supported Pydantic version
if: matrix.uv-resolution == 'lowest-direct'
run: uv pip install "pydantic==2.9.0"
- name: Install Starlette from source
if: matrix.starlette-src == 'starlette-git'
run: uv pip install "git+https://github.com/Kludex/starlette@main"