Skip to content

Commit ea7594c

Browse files
committed
bump minimum version of typing_extensions
1 parent 9cebaaf commit ea7594c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- donfig
3333
- numcodecs[crc32c]
3434
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
35-
- typing_extensions
35+
- typing_extensions>=4.10.0
3636
- universal-pathlib
3737
- obstore>=0.5.1
3838
# Tests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
'packaging>=22.0',
3636
'numpy>=1.26',
3737
'numcodecs[crc32c]>=0.14',
38-
'typing_extensions>=4.9',
38+
'typing_extensions>=4.10.0',
3939
'donfig>=0.8',
4040
]
4141

0 commit comments

Comments
 (0)