mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-11-25 12:25:34 +03:00
Bump minimal Python version for typing_extensions to v3.13
This commit is contained in:
parent
673ae085b3
commit
a97c98f077
|
|
@ -55,7 +55,8 @@ dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# typing.Annotated since v3.9
|
# typing.Annotated since v3.9
|
||||||
# typing.Self and typing.assert_never since v3.11
|
# typing.Self and typing.assert_never since v3.11
|
||||||
"typing-extensions; python_version<'3.11'",
|
# typing.TypeVar default since v3.13
|
||||||
|
"typing-extensions; python_version<'3.13'",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user