Skip to content

Commit bdcaafe

Browse files
committed
don't upgrade pydantic for python 3.14
1 parent 9514cba commit bdcaafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: matrix.pydantic-version == 'pydantic-v1'
8484
run: uv pip install --upgrade "pydantic>=1.10.0,<2.0.0"
8585
- name: Install Pydantic v2
86-
if: matrix.pydantic-version == 'pydantic-v2'
86+
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.14'
8787
run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
8888
- name: Lint
8989
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'

0 commit comments

Comments
 (0)