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
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.