Skip to content

Commit 3134d78

Browse files
committed
remove additional typing-extensions pin
1 parent 77d8445 commit 3134d78

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
@@ -72,7 +72,7 @@ jobs:
7272
run: pip install --upgrade "pydantic>=1.10.0,<2.0.0"
7373
- name: Install Pydantic v2
7474
if: matrix.pydantic-version == 'pydantic-v2'
75-
run: pip install --upgrade "pydantic>=2.0.2,<3.0.0" "typing-extensions==4.6.1"
75+
run: pip install --upgrade "pydantic>=2.0.2,<3.0.0"
7676
- name: Lint
7777
# Do not run on Python 3.7 as mypy behaves differently
7878
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'

0 commit comments

Comments
 (0)