We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41e010 commit 2200fc5Copy full SHA for 2200fc5
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
run: pip install --upgrade "pydantic>=1.10.0,<2.0.0"
69
- name: Install Pydantic v2
70
if: matrix.pydantic-version == 'pydantic-v2'
71
- run: pip install --upgrade "pydantic>=2.0.2,<3.0.0"
+ run: pip install --upgrade "pydantic>=2.0.2,<2.7.0"
72
- name: Lint
73
# Do not run on Python 3.7 as mypy behaves differently
74
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'
0 commit comments