Browse Source

bump lower Pydantic pin to 2.11.0

pull/15149/head
svlandeg 4 months ago
parent
commit
73605167f5
  1. 2
      .github/workflows/test.yml
  2. 2
      pyproject.toml

2
.github/workflows/test.yml

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

2
pyproject.toml

@ -43,7 +43,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"starlette>=0.46.0", "starlette>=0.46.0",
"pydantic>=2.9.0", "pydantic>=2.11.0",
"typing-extensions>=4.8.0", "typing-extensions>=4.8.0",
"typing-inspection>=0.4.2", "typing-inspection>=0.4.2",
"annotated-doc>=0.0.2", "annotated-doc>=0.0.2",

Loading…
Cancel
Save