Skip to content

Commit d413e0d

Browse files
authored
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.
1 parent 542ab04 commit d413e0d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ sentry-sdk==2.25.1
2727
setuptools==78.1.0
2828
voluptuous==0.15.2
2929
dbus-fast==2.44.1
30-
typing_extensions==4.13.2
3130
zlib-fast==0.2.1

requirements_tests.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ pytest-timeout==2.3.1
99
pytest==8.3.5
1010
ruff==0.11.5
1111
time-machine==2.16.0
12-
typing_extensions==4.13.2
1312
urllib3==2.4.0

0 commit comments

Comments
 (0)