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

pip requests version upgrade #3097

Closed
dmytrokoren opened this issue Sep 6, 2024 · 1 comment
Closed

pip requests version upgrade #3097

dmytrokoren opened this issue Sep 6, 2024 · 1 comment
Labels
duplicate The answer/solution already exists somewhere question Someone is looking for answers requirements workaround exists You can reach your destination if you do this...

Comments

@dmytrokoren
Copy link

dmytrokoren commented Sep 6, 2024

Hey @mdmintz

Would it be possible to upgrade seleniumbase to support latest request 2.32.3 ?

ERROR: Cannot install -r requirements.txt (line 1), requests==2.32.3 and seleniumbase==4.30.3 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested requests==2.32.3
seleniumbase 4.30.3 depends on requests==2.31.0

'requests==2.31.0',

I have force install requests==2.32.3 and seleniumbase worked just fine. Maybe there is something I don't know that won't work? Thanks in advance.

@mdmintz mdmintz added duplicate The answer/solution already exists somewhere question Someone is looking for answers requirements workaround exists You can reach your destination if you do this... labels Sep 6, 2024
@mdmintz
Copy link
Member

mdmintz commented Sep 6, 2024

There's an issue in requests 2.32.3 leading to "widespread breakage" as mentioned in psf/requests#6730 (comment), and psf/requests#6726. I already talked about this here: #2838 (comment), and here: #2951 (comment).

There's already a PR in place to fix that major issue with requests: psf/requests#6731. Until that fix is in, I'll need to keep requests pinned to 2.31.0. (The versions between 2.31.0 and 2.32.3 had other issues.)

If you absolutely need requests 2.32.3 now (even with that issue), then feel free to force install it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The answer/solution already exists somewhere question Someone is looking for answers requirements workaround exists You can reach your destination if you do this...
Projects
None yet
Development

No branches or pull requests

2 participants