mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-11-24 11:55:47 +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 = [
|
||||
# typing.Annotated since v3.9
|
||||
# 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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user