You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a general issue I'm facing too where greenlet is also pinned. This seems needlessly restrictive.
The commits that bump pyee and greenlet have no code changes, so there doesn't seem to be a compatibility reason (and even then, ranges like 'greenlet>=3.0.0,<4,!=3.0.1' would be better)
On a related note, I recently noticed failing tests due to AsyncIOEventEmitter deprecation in pyee v12.0.0. I was using a the much older v1.13.1 playwright and was not pinning the dependencies.
I updated and pinned the versions as follows:
playwright == 1.47.0
pyee == 12.0.0
greenlet == 3.0.3
System info
Playwright Version: 1.40.0
Operating System: macos monterey 12.2.1
(Apple M1)
Other info:
pyee==11.0.1
Steps
Try to update pyee from version 11.0.1 to 11.1.0
Expected
update pyee from version 11.0.1 to 11.1.0 is completed successfully.
Actual
We cannot install new pyee version, because
Is that the correct behaviour? Do we need use pyee with only 11.0.1 version and not above?
The text was updated successfully, but these errors were encountered: