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

upgrade typing_extensions version requirement #665

Closed
mayk0gan opened this issue May 15, 2022 · 2 comments
Closed

upgrade typing_extensions version requirement #665

mayk0gan opened this issue May 15, 2022 · 2 comments
Labels
feat / types Type hints and type checking third-party Related to third-party packages

Comments

@mayk0gan
Copy link

mayk0gan commented May 15, 2022

Taken from requirements.txt: typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8".

This requirement doesn't allow us to use this project in our codebase as many packages already upgraded the requirement of this package to version >4.0.0 (botocore-stubs, aioitertools, and so on).
It also requires from spaCy for example to use the same requirement.

Is there any plan to upgrade it?

@polm polm added the third-party Related to third-party packages label May 17, 2022
@adrianeboyd
Copy link
Contributor

We still have to do some more testing to be sure, but it looks like we should be able extend this to <4.2.0.

@polm polm added the feat / types Type hints and type checking label May 30, 2022
@adrianeboyd
Copy link
Contributor

This was addressed in v8.0.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / types Type hints and type checking third-party Related to third-party packages
Projects
None yet
Development

No branches or pull requests

3 participants