dgtlmoon/changedetection.io

Can't update - pyee version requirements differ between ChangeDetection and Playwright

Opened this issue · 1 comments

I self-host and have a PIP based install (I updated the PIP install instructions on your Wiki last year) - this normally runs without issue and updates are fine.

This time however I see ChangeDetection and Playwright having different version requirements for the same package: pyee

ChangeDetection = pyee 12.0.0
Playwright = pyee < 12.0.0 but > 11.0.0

playwright 1.47.0 requires pyee==12.0.0, but you have pyee 11.1.1 which is incompatible.
pyppeteer-ng 2.0.0rc5 requires pyee<12.0.0,>=11.0.0, but you have pyee 12.0.0 which is incompatible

Installing 12.0.0 before updating CD, results in it being dropped back to down 11.1.1 due to Playwright's requirements.

hmm it's because of pyppeteer-ng mainly, need to test that package with an updated pyee :/