Skip to content

Dependency conflict between Ably and Playwright caused by pyee PyPI package. #580

@agn-7

Description

@agn-7

I'm using browser-use which uses Playwright under the hood. now I'm going to add ably into my project, however, I have a dependency issue there:

poetry add ably

Using version ^2.0.8 for ably

Updating dependencies
Resolving dependencies... (12.0s)

Because no versions of playwright match >1.49.1,<1.50.0 || >1.50.0,<2.0.0
 and playwright (1.50.0) depends on pyee (>=12,<13), playwright (>1.49.1,<2.0.0) requires pyee (>=12,<13).
And because playwright (1.49.1) depends on pyee (12.0.0), playwright (>=1.49.1,<2.0.0) requires pyee (>=12,<13).
Because no versions of ably match >2.0.8,<3.0.0
 and ably (2.0.8) depends on pyee (>=11.1.0,<12.0.0), ably (>=2.0.8,<3.0.0) requires pyee (>=11.1.0,<12.0.0).
Thus, ably (>=2.0.8,<3.0.0) is incompatible with playwright (>=1.49.1,<2.0.0).
So, because web-automation depends on both playwright (>=1.49.1,<2.0.0) and ably (^2.0.8), version solving failed.

┆Issue is synchronized with this Jira Task by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions