Browse Source

try bumping Pydantic to 2.11.0

pull/15101/head
svlandeg 4 months ago
parent
commit
833ff83892
  1. 2
      .github/workflows/test.yml
  2. 2
      pyproject.toml

2
.github/workflows/test.yml

@ -104,7 +104,7 @@ jobs:
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"
run: uv pip install "pydantic==2.11.0"
- name: Install Starlette from source
if: matrix.starlette-src == 'starlette-git'
run: uv pip install "git+https://github.com/Kludex/starlette@main"

2
pyproject.toml

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

Loading…
Cancel
Save