Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] playwright 1.40.0 is strictly depend on pyee==11.0.1 #2190

Open
vzhirnov opened this issue Dec 11, 2023 · 2 comments
Open

[BUG] playwright 1.40.0 is strictly depend on pyee==11.0.1 #2190

vzhirnov opened this issue Dec 11, 2023 · 2 comments

Comments

@vzhirnov
Copy link

vzhirnov commented Dec 11, 2023

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

The conflict is caused by:
    The user requested pyee==11.1.0
    playwright 1.40.0 depends on pyee==11.0.1

Is that the correct behaviour? Do we need use pyee with only 11.0.1 version and not above?

@vzhirnov
Copy link
Author

The issue is updated. I'm sorry, I initially specified the wrong version of the operating system.

@RazerM
Copy link
Contributor

RazerM commented Dec 13, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants