We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c8d62 commit 7fd0c5fCopy full SHA for 7fd0c5f
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
run: uv pip install --upgrade "pydantic>=1.10.0,<2.0.0"
66
- name: Install Pydantic v2
67
if: matrix.pydantic-version == 'pydantic-v2'
68
- run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
+ run: uv pip install --upgrade "pydantic>=2.0.2,<2.7.0"
69
- name: Lint
70
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'
71
run: bash scripts/lint.sh
0 commit comments