Skip to content

Commit 1d4bd72

Browse files
committed
bump minimal typing_extensions version to the release that included evaluate_forward_ref
1 parent fc06ab4 commit 1d4bd72

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
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.13',
3939
'donfig>=0.8',
4040
]
4141

@@ -226,7 +226,6 @@ dependencies = [
226226
'fsspec==2023.10.0',
227227
's3fs==2023.10.0',
228228
'universal_pathlib==0.0.22',
229-
'typing_extensions==4.9.*',
230229
'donfig==0.8.*',
231230
'obstore==0.5.*',
232231
# test deps

0 commit comments

Comments
 (0)