carta/flipper-client

`pyee` pinned to v6; restrictive and outdated

samuelhwilliams opened this issue · 0 comments

flipper-client has a requirement on pyee~=6.0: https://github.com/carta/flipper-client/blob/master/setup.py#L9.

pyee's latest version is 11.1.0.

Does the version restriction here need to be so specific, and outdated? Is it possible to loosen this so that flipper-client can more easily be used with other Python packages, for examples ones that require more up-to-date version of pyee - such as pytest-playwright?