Skip to content

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 02:37
73df94a

pysandbox-wasi v1.5.3

Added

  • Run the interactive tutorial with python -m pysandbox.demo.
  • Added package_index to PythonRuntime for custom package index implementations.
  • Exported PyPIIndex, DEFAULT_PACKAGE_CACHE, and DEFAULT_PACKAGE_INDEX.

Changed

  • Package cache and index defaults are now shared, explicit singletons.
  • Package cache discovery no longer prevents importing pysandbox in restricted or incompletely configured environments.
  • Passing package_cache=None is supported; package resolution then raises a clear PackageError when used.

Full Changelog: v1.5.2...v1.5.3