mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-08 00:50:39 -04:00
⬆️ 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:
committed by
GitHub
parent
64feaec802
commit
aeb9f4bb85
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user