stateless icon indicating copy to clipboard operation
stateless copied to clipboard

Lower the minimum version for typing-extensions by 1 version (4.8.0 -> 4.7.1)

Open sdaves opened this issue 1 year ago • 0 comments

This allows stateless to be imported in the browser:

https://jupyterlite.readthedocs.io/en/stable/_static/lab/index.html

# within pyodide (browser WASM python)

import micropip
await micropip.install('stateless')
import stateless
print(dir(stateless))

sdaves avatar May 30 '24 20:05 sdaves