Skip to content

Commit 2200fc5

Browse files
committed
‼️Temporarily avoid Pydantic 2.7.0 in the CI pipeline
1 parent d41e010 commit 2200fc5

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
@@ -68,7 +68,7 @@ jobs:
6868
run: pip install --upgrade "pydantic>=1.10.0,<2.0.0"
6969
- name: Install Pydantic v2
7070
if: matrix.pydantic-version == 'pydantic-v2'
71-
run: pip install --upgrade "pydantic>=2.0.2,<3.0.0"
71+
run: pip install --upgrade "pydantic>=2.0.2,<2.7.0"
7272
- name: Lint
7373
# Do not run on Python 3.7 as mypy behaves differently
7474
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'

0 commit comments

Comments
 (0)