Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax python dependencies in Selenium 4 beta #9312

Closed
GergelyKalmar opened this issue Mar 20, 2021 · 1 comment
Closed

Relax python dependencies in Selenium 4 beta #9312

GergelyKalmar opened this issue Mar 20, 2021 · 1 comment

Comments

@GergelyKalmar
Copy link

GergelyKalmar commented Mar 20, 2021

🐛 Bug Report

It seems that the trio, trio-websocket and urllib3 dependencies are pinned to an exact version, which can cause dependency resolution conflicts with other packages (and it also means that these packages couldn't be updated independently even in case of security vulnerabilities). It would be great if the versions could be relaxed.

To Reproduce

Detailed steps to reproduce the behavior:

pip3 install selenium==4.0.0.b2.post1
pip3 install -U urllib3==1.26.3

Expected behavior

I would expect that the dependency minor and patch versions can be updated without a dependency conflict.

@ghost ghost added the needs-triaging label Mar 20, 2021
@TheBoss313
Copy link

That's for Selenium 4 β though. the previous(stable) PIP version works fine and has relaxed dependencies. Maybe add in title that it's for v 4β.

@GergelyKalmar GergelyKalmar changed the title Relax python dependencies in Selenium 4 Relax python dependencies in Selenium 4 beta Mar 21, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants