pyleniumio icon indicating copy to clipboard operation
pyleniumio copied to clipboard

Pin blinker to version <1.8 as fix for #329.

Open mpibpc-mroose opened this issue 1 year ago • 1 comments

As PyleniumIO relies on selenium-wire (which is no longer alive/maintained) and this project again uses blinker one would like to pin this "stack" to a working version.

selenium-wirein it's final version uses a private method of blinker which has been removed in the 1.8 release. As selenium-wire cannot be changed the only way is to pin blinker.

mpibpc-mroose avatar Apr 29 '24 14:04 mpibpc-mroose

You've raised really good points! It's probably best to remove selenium-wire as a dependency. If someone wants to add similar functionality, they are welcome to!

ElSnoMan avatar May 01 '24 03:05 ElSnoMan

Yes I agree. Removing the selenium-wire dependency would be the cleanest solution.

LostInDarkMath avatar May 24 '24 13:05 LostInDarkMath

I'm closing this as we've now removed selenium-wire completely. This will be out in v1.21

ElSnoMan avatar May 24 '24 23:05 ElSnoMan