Skip to content

Releases: pyodide/micropip

v0.9.0

01 Feb 15:54
v0.9.0
7b049a4
Compare
Choose a tag to compare

version 0.9.0 – 2025/02/01

Fixed

  • Fix a bug that prevented non-standard relative urls to be treated as such (the ones that starts with ../ or ./)
    #174

  • Fixed an error when calling micropip.install with deps=False is set.
    #187

Added

  • micropip now vendors pypa/packaging for better reliability.
    #178
  • micropip.install adds optional constraints, similar to pip install -c,
    which refine the version or direct URLs of requested packages and their
    dependencies. This includes built-in packages, which are now installed after
    any requested or constrained external packages.
    #181
  • micropip.set_constraints sets default constraints for later
    calls to micropip.install that do not specify constraints.
    #181

PRs that made it into this release

New Contributors

Full Changelog: v0.8.0...v0.9.0