Skip to content

Commit e0e2568

Browse files
committed
revert commit that was meant for a different branch
1 parent 833ff83 commit e0e2568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
]
4444
dependencies = [
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",

0 commit comments

Comments
 (0)