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 77d8445 commit 3134d78Copy full SHA for 3134d78
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
run: pip install --upgrade "pydantic>=1.10.0,<2.0.0"
73
- name: Install Pydantic v2
74
if: matrix.pydantic-version == 'pydantic-v2'
75
- run: pip install --upgrade "pydantic>=2.0.2,<3.0.0" "typing-extensions==4.6.1"
+ run: pip install --upgrade "pydantic>=2.0.2,<3.0.0"
76
- name: Lint
77
# Do not run on Python 3.7 as mypy behaves differently
78
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'
0 commit comments