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 9514cba commit bdcaafeCopy full SHA for bdcaafe
.github/workflows/test.yml
@@ -83,7 +83,7 @@ jobs:
83
if: matrix.pydantic-version == 'pydantic-v1'
84
run: uv pip install --upgrade "pydantic>=1.10.0,<2.0.0"
85
- name: Install Pydantic v2
86
- if: matrix.pydantic-version == 'pydantic-v2'
+ if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.14'
87
run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
88
- name: Lint
89
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'
0 commit comments