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:
Stefan Agner 2025-04-11 10:40:24 +02:00 committed by GitHub
parent 542ab0411c
commit d413e0dcb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -27,5 +27,4 @@ sentry-sdk==2.25.1
setuptools==78.1.0
voluptuous==0.15.2
dbus-fast==2.44.1
typing_extensions==4.13.2
zlib-fast==0.2.1

View File

@ -9,5 +9,4 @@ pytest-timeout==2.3.1
pytest==8.3.5
ruff==0.11.5
time-machine==2.16.0
typing_extensions==4.13.2
urllib3==2.4.0