pyscript-react icon indicating copy to clipboard operation
pyscript-react copied to clipboard

[Bug]: dependencies broken

Open dberardo-com opened this issue 9 months ago • 1 comments
trafficstars

What happened?

seems like pyscript people has changed their CDN url:

from https://pyscript.net/latest/pyscript.js

to https://pyscript.net/snapshots/2024.9.2/core.js

Version

latest

Relevant log output


How to reproduce?

Click chrome.exe

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

dberardo-com avatar Jan 31 '25 09:01 dberardo-com

seems like these variables are now required for backward compatibilities:

          cssSrc="https://pyscript.net/releases/2023.05.1/pyscript.css"
          jsSrc="https://pyscript.net/releases/2023.05.1/pyscript.min.js"

would be nice to see a ESM and 2024 version compatible upgrade of this library

dberardo-com avatar Jan 31 '25 09:01 dberardo-com