v1.5.3
pysandbox-wasi v1.5.3
Added
- Run the interactive tutorial with
python -m pysandbox.demo. - Added
package_indextoPythonRuntimefor custom package index implementations. - Exported
PyPIIndex,DEFAULT_PACKAGE_CACHE, andDEFAULT_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=Noneis supported; package resolution then raises a clearPackageErrorwhen used.
Full Changelog: v1.5.2...v1.5.3