Skip to content

Commit

Permalink
Update version of Pydantic 2 for its tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Nov 3, 2023
1 parent 26b75b1 commit 867007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Run tests with Pydantic v2
run: |
echo "[*] The previous tests used Pydantic v1, now running with v2"
pip install -U pydantic==2.0
pip install -U pydantic==2.4.2
pytest
- name: Run linters
Expand Down

0 comments on commit 867007f

Please sign in to comment.