Skip to content

Commit

Permalink
Bumped the minimum version of typing_extensions
Browse files Browse the repository at this point in the history
This is required for the Buffer import.
  • Loading branch information
agronholm committed Jul 27, 2023
1 parent 1950db1 commit 686f25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
requires-python = ">= 3.7.4"
dependencies = [
"importlib_metadata >= 3.6; python_version < '3.10'",
"typing_extensions >= 4.4.0; python_version < '3.11'",
"typing_extensions >= 4.7.0; python_version < '3.11'",
]
dynamic = ["version"]

Expand Down

0 comments on commit 686f25a

Please sign in to comment.