File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : uv sync --no-dev --group tests --extra all
105105 - name : Ensure that we have the lowest supported Pydantic version
106106 if : matrix.uv-resolution == 'lowest-direct'
107- run : uv pip install "pydantic==2.11 .0"
107+ run : uv pip install "pydantic==2.9 .0"
108108 - name : Install Starlette from source
109109 if : matrix.starlette-src == 'starlette-git'
110110 run : uv pip install "git+https://github.com/Kludex/starlette@main"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ classifiers = [
4343]
4444dependencies = [
4545 " starlette>=0.46.0" ,
46- " pydantic>=2.11 .0" ,
46+ " pydantic>=2.9 .0" ,
4747 " typing-extensions>=4.8.0" ,
4848 " typing-inspection>=0.4.2" ,
4949 " annotated-doc>=0.0.2" ,
You can’t perform that action at this time.
0 commit comments