Skip to content

Commit 92f5532

Browse files
authored
Bump typing-extensions (#1974)
This is necessary because we now use Buffer Fixes #1973
2 parents af621fa + 5933073 commit 92f5532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
requires-python = ">=3.9"
2727
dependencies = [
2828
"urllib3>=2.2.2",
29-
'typing_extensions >=4.0 ; python_version < "3.12"',
29+
'typing_extensions >=4.6.0 ; python_version < "3.12"',
3030
]
3131
dynamic = ["version"]
3232
license-files = ["COPYING"]

0 commit comments

Comments
 (0)