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
Update Python Dependencies.
Currently Playwright Python requires as a dependency pyee 12.0.0. This is now 4 months old and pyee 12.1.1 is the newest available version, please update this.
Even better, please be less strict. Playwright currently demand pyee 12.0.0 down to the minor version, this is really not good practise and this version lock should be restricted to major versions only.
Example
No response
Motivation
Locking down even the minor version is really not good practise for bug and security reasons.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Update Python Dependencies.
Currently Playwright Python requires as a dependency pyee 12.0.0. This is now 4 months old and pyee 12.1.1 is the newest available version, please update this.
Even better, please be less strict. Playwright currently demand pyee 12.0.0 down to the minor version, this is really not good practise and this version lock should be restricted to major versions only.
Example
No response
Motivation
Locking down even the minor version is really not good practise for bug and security reasons.
The text was updated successfully, but these errors were encountered: