Skip to content
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

Vendored typing_extensions package is broken with more recent python versions #49988

Open
jdm opened this issue Jan 8, 2025 · 0 comments
Open
Labels

Comments

@jdm
Copy link
Contributor

jdm commented Jan 8, 2025

Servo relies on Python 3.11, and we're running into https://stackoverflow.com/questions/77074676/importerror-cannot-import-name-deprecated-from-typing-extensions when we try to run any wdspec tests. I've verified that installing the requirements from

typing_extensions==4.12.2
makes the problem disappear if we also remove typing_extensions from localpaths.py. I can't actually figure out a way to avoid the vendored copy that I can upstream, though. Is there some way to update the vendored copy instead?

@jdm jdm added the infra label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant