Skip to content

Commit 7fd0c5f

Browse files
earshinovEvgeny Arshinov
authored andcommitted
‼️Temporarily avoid Pydantic 2.7.0 in the CI pipeline
1 parent 46c8d62 commit 7fd0c5f

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
@@ -65,7 +65,7 @@ jobs:
6565
run: uv pip install --upgrade "pydantic>=1.10.0,<2.0.0"
6666
- name: Install Pydantic v2
6767
if: matrix.pydantic-version == 'pydantic-v2'
68-
run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
68+
run: uv pip install --upgrade "pydantic>=2.0.2,<2.7.0"
6969
- name: Lint
7070
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'
7171
run: bash scripts/lint.sh

0 commit comments

Comments
 (0)