-
Notifications
You must be signed in to change notification settings - Fork 18
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
Drop future dependency by using "raise ... from" #102
Comments
@JohanLorenzo I would appreciate if this could be fixed. We need to use this package now in mozdownload and I would like to not see a 2MB package needed to be installed. Thanks a lot. |
jcristau
added a commit
to jcristau/mozilla-version
that referenced
this issue
Apr 11, 2023
jcristau
added a commit
to jcristau/mozilla-version
that referenced
this issue
Apr 11, 2023
jcristau
added a commit
to jcristau/mozilla-version
that referenced
this issue
Apr 11, 2023
jcristau
added a commit
to jcristau/mozilla-version
that referenced
this issue
Apr 11, 2023
Merged
Thanks for this quick PR! @JohanLorenzo would you have an ETA when the new version could be released? |
This is part of https://pypi.org/project/mozilla-version/2.0.0/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can see that the
mozilla-version
package depends on thefuture
package only because of theraise_from
usage.Both instances of the usage actually say:
Given that Python 2 is no longer a thing it would be good to drop the
future
package from the dependencies because it is quite large in size.The text was updated successfully, but these errors were encountered: