Skip to content

build: remove typing-extensions from runtime deps #6314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

bastimeyer
Copy link
Member

Turn typing-extensions from a runtime dependency into a development dependency by only importing
if typing.TYPE_CHECKING is true.

Enabled by postponed evaluation of annotations (PEP 563) via 16a1d84.

Turn `typing-extensions` from a runtime dependency
into a development dependency by only importing
if `typing.TYPE_CHECKING` is true.

Enabled by postponed evaluation of annotations (PEP 563) via 16a1d84.
@bastimeyer bastimeyer force-pushed the build/typing-extensions-dev-requirement branch from 0055df8 to 7ce5389 Compare November 30, 2024 06:34
@bastimeyer bastimeyer merged commit 036c9dc into streamlink:master Nov 30, 2024
23 checks passed
@bastimeyer bastimeyer deleted the build/typing-extensions-dev-requirement branch November 30, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant