Skip to content

Commit

Permalink
‼️Temporarily avoid Pydantic 2.7.0 in the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
earshinov committed Apr 12, 2024
1 parent d41e010 commit 2200fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: pip install --upgrade "pydantic>=1.10.0,<2.0.0"
- name: Install Pydantic v2
if: matrix.pydantic-version == 'pydantic-v2'
run: pip install --upgrade "pydantic>=2.0.2,<3.0.0"
run: pip install --upgrade "pydantic>=2.0.2,<2.7.0"
- name: Lint
# Do not run on Python 3.7 as mypy behaves differently
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'
Expand Down

0 comments on commit 2200fc5

Please sign in to comment.