We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673ae08 commit a97c98fCopy full SHA for a97c98f
pyproject.toml
@@ -55,7 +55,8 @@ dynamic = ["version"]
55
dependencies = [
56
# typing.Annotated since v3.9
57
# typing.Self and typing.assert_never since v3.11
58
- "typing-extensions; python_version<'3.11'",
+ # typing.TypeVar default since v3.13
59
+ "typing-extensions; python_version<'3.13'",
60
]
61
62
[project.optional-dependencies]
0 commit comments