mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
3.99k stars 253 forks source link

Increase version of pyppeteer dependency #425

Open kapily opened 7 months ago

kapily commented 7 months ago

I'm getting a dependency conflict in my current project because mercury depends on a very old version of pypeteer, which in turn depends on a very old version of pyee (<9).

Could you upgrade your dependency to pypeteer==2.0.0?

https://github.com/mljar/mercury/blob/1bfba12f7dd1ec2559a4a12ed487aabb1a10716b/mercury/requirements.txt#L19

Longer term, you might want to switch to playwright-python