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 packaging to v23.0 #3596

Closed
arpitnath opened this issue Feb 19, 2023 · 3 comments
Closed

Upgrade packaging to v23.0 #3596

arpitnath opened this issue Feb 19, 2023 · 3 comments

Comments

@arpitnath
Copy link
Contributor

Pyodide currently utilizes version 21.3 of the Python Packaging library for packaging Python modules. However, the library's latest version, 23.0, has been released by PyPA/Packaging. Upgrading to this version will improve compatibility with other Python packages that have already adopted v22 or above, allowing Pyodide to better integrate with the broader Python ecosystem.

@rth
Copy link
Member

rth commented Feb 20, 2023

@ryanking13 just made a release of micropip which would allow us to use latest packaging version pyodide/micropip#53

@arpitnath Would you be interested in making a PR updating the packaging version (and also the version of micropip)?

@rth rth changed the title Proposal: Upgrade Pyodide's Packaging Library to Version 23 Upgrade packaging to v23.0 Feb 20, 2023
@arpitnath
Copy link
Contributor Author

Sure @rth
Have raised a PR for the same: #3605

@ryanking13
Copy link
Member

Closing as resolved by #3605. Thanks again @arpitnath!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants