Skip to content

seleniumbase (1.66.7) depends on requests (2.26.0) #998

Answered by mdmintz
jonnyjimmy1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @jonnyjimmy1, The latest version of requests is 2.26.0 for python_version>="3.6". SeleniumBase does what it can to always use the latest version of dependencies when available. Otherwise it would be very difficult to test all permutations/combinations of dependencies to see which combinations work and which ones don't. If the library you speak of isn't using the latest version of requests, perhaps you can submit a request.

There are a few workarounds though. You can create a separate Python virtual environment for your SeleniumBase tests so that you aren't mixing dependencies. Or you can clone the repo and try your own combination of Python dependencies.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jonnyjimmy1
Comment options

@jonnyjimmy1
Comment options

@mdmintz
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants