-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
update webdriver-manager to latest version #299
Comments
Hi @yashaka ! |
Hi, @EmadDeve20! |
…atest_version update webdriver-manager to latest version #299
…atest_version update webdriver-manager to latest version #299
Just a comment: since selene has been moved to poetry, and poetry is super strict on versions, I would suggest to use ">=minimal version" pattern for better compatibility. Instead of "version": "==strict.version" I think it would be better to use ">=minimal.version". If selene relies on the latest and greatest: >=3.3.0, of course. |
Hi @a-karro! Thank you for your comment! I really appreciate it. But I want to correct your statements. Also you shouldn't wait for a new version of selene - you can use any dependency resolver which support few versions of sub-dependencies like poetry. We will release new version of selene soon. |
current:
while:
The text was updated successfully, but these errors were encountered: