mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +00:00
Drop typing-extensions from requirements (#5821)
The dependency typing-extensions has been added with #3848, but not used much. With the update to Python 3.11 in #4666 the necessary types are now available from the Python standard library, making typing-extensions unused. Remove the now unnecessary typing-extensions from the dependencies.
This commit is contained in:
parent
542ab0411c
commit
d413e0dcb9
@ -27,5 +27,4 @@ sentry-sdk==2.25.1
|
|||||||
setuptools==78.1.0
|
setuptools==78.1.0
|
||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
dbus-fast==2.44.1
|
dbus-fast==2.44.1
|
||||||
typing_extensions==4.13.2
|
|
||||||
zlib-fast==0.2.1
|
zlib-fast==0.2.1
|
||||||
|
@ -9,5 +9,4 @@ pytest-timeout==2.3.1
|
|||||||
pytest==8.3.5
|
pytest==8.3.5
|
||||||
ruff==0.11.5
|
ruff==0.11.5
|
||||||
time-machine==2.16.0
|
time-machine==2.16.0
|
||||||
typing_extensions==4.13.2
|
|
||||||
urllib3==2.4.0
|
urllib3==2.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user